diff options
author | Suman Anna <s-anna@ti.com> | 2017-01-19 12:36:08 -0500 |
---|---|---|
committer | Santosh Shilimkar <ssantosh@kernel.org> | 2017-01-19 12:36:08 -0500 |
commit | a2735c3067e7c25c46433c1d73b97d4d4e512de8 (patch) | |
tree | b9c742c47241b26ec822f1bc793b132a1b08a07e | |
parent | 94b00aee437d83968b46addd75f28d073a38eac2 (diff) |
ARM: Keystone: Enable ARCH_HAS_RESET_CONTROLLER
The Keystone 2 family of SoCs will use various Reset Controller
drivers for managing the resets of remote processor devices like
DSPs on the SoC, so select the ARCH_HAS_RESET_CONTROLLER option
by default to enable the Reset framework.
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
-rw-r--r-- | arch/arm/mach-keystone/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig index 24bd64dabdfc..554357035f30 100644 --- a/arch/arm/mach-keystone/Kconfig +++ b/arch/arm/mach-keystone/Kconfig | |||
@@ -4,6 +4,7 @@ config ARCH_KEYSTONE | |||
4 | select ARM_GIC | 4 | select ARM_GIC |
5 | select HAVE_ARM_ARCH_TIMER | 5 | select HAVE_ARM_ARCH_TIMER |
6 | select KEYSTONE_TIMER | 6 | select KEYSTONE_TIMER |
7 | select ARCH_HAS_RESET_CONTROLLER | ||
7 | select ARM_ERRATA_798181 if SMP | 8 | select ARM_ERRATA_798181 if SMP |
8 | select COMMON_CLK_KEYSTONE | 9 | select COMMON_CLK_KEYSTONE |
9 | select ARCH_SUPPORTS_BIG_ENDIAN | 10 | select ARCH_SUPPORTS_BIG_ENDIAN |