summaryrefslogtreecommitdiff
path: root/arch/arm/configs/keystone_defconfig
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2017-07-21 09:39:10 -0700
committerSantosh Shilimkar <ssantosh@kernel.org>2017-07-21 09:39:10 -0700
commit2f865d3fdd934ad4f912390b01a7839493a3a438 (patch)
tree58aed891e4261fdee0cacdebaeb160fc2043cb41 /arch/arm/configs/keystone_defconfig
parentcbf3b6bfab0766facaf05fab314fc2c848b96d1a (diff)
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>
Diffstat (limited to 'arch/arm/configs/keystone_defconfig')
-rw-r--r--arch/arm/configs/keystone_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig
index 40bc47171193..d47ea43d097e 100644
--- a/arch/arm/configs/keystone_defconfig
+++ b/arch/arm/configs/keystone_defconfig
@@ -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