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>
This commit is contained in:
parent
94b00aee43
commit
a2735c3067
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue