From: Suman Anna Date: Thu, 19 Jan 2017 17:36:08 +0000 (-0800) Subject: ARM: Keystone: Enable ARCH_HAS_RESET_CONTROLLER X-Git-Tag: v4.11-rc1~88^2~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2735c3067e7c25c46433c1d73b97d4d4e512de8;p=thirdparty%2Flinux.git 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 Signed-off-by: Nishanth Menon Signed-off-by: Santosh Shilimkar --- diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig index 24bd64dabdfcd..554357035f303 100644 --- a/arch/arm/mach-keystone/Kconfig +++ b/arch/arm/mach-keystone/Kconfig @@ -4,6 +4,7 @@ config ARCH_KEYSTONE select ARM_GIC select HAVE_ARM_ARCH_TIMER select KEYSTONE_TIMER + select ARCH_HAS_RESET_CONTROLLER select ARM_ERRATA_798181 if SMP select COMMON_CLK_KEYSTONE select ARCH_SUPPORTS_BIG_ENDIAN