mirror of https://gitee.com/openkylin/linux.git
ARM: configs: keystone: Enable reset drivers
Enable the TI SYSCON and TI-SCI reset drivers for Keystone platforms. These drivers will provide the reset functionality for devices like DSPs or PRU-ICSSs. There are no devices that require these to be built-in, so these are enabled as modules. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
This commit is contained in:
parent
cbf3b6bfab
commit
2f865d3fdd
|
@ -183,6 +183,8 @@ CONFIG_TI_SCI_PM_DOMAINS=y
|
|||
CONFIG_MEMORY=y
|
||||
CONFIG_TI_AEMIF=y
|
||||
CONFIG_KEYSTONE_IRQ=y
|
||||
CONFIG_RESET_TI_SCI=m
|
||||
CONFIG_RESET_TI_SYSCON=m
|
||||
CONFIG_TI_SCI_PROTOCOL=y
|
||||
CONFIG_EXT4_FS=y
|
||||
CONFIG_EXT4_FS_POSIX_ACL=y
|
||||
|
|
Loading…
Reference in New Issue