diff options
author | Heiko Stübner <[email protected]> | 2014-07-03 02:02:58 +0200 |
---|---|---|
committer | Mike Turquette <[email protected]> | 2014-07-13 12:17:11 -0700 |
commit | 1fe69496cf463b654d2d6e1a9a10fb8d99f10831 (patch) | |
tree | 42785e6020c81e814194b4daa3a06ed996fb8f23 | |
parent | b9e4ba541607e6ee9c6c8493f51198fe3af03aec (diff) |
ARM: rockchip: Select ARCH_HAS_RESET_CONTROLLER
All known Rockchip SoCs have a reset controller in their CRUs, so it's
helpful to have the reset controller framework selected by default,
only be deselected by the user in special cases.
Signed-off-by: Heiko Stuebner <[email protected]>
Acked-By: Max Schwarz <[email protected]>
Tested-By: Max Schwarz <[email protected]>
Signed-off-by: Mike Turquette <[email protected]>
-rw-r--r-- | arch/arm/mach-rockchip/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index 1caee6d548b8..e4564c259ed1 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -2,6 +2,7 @@ config ARCH_ROCKCHIP bool "Rockchip RK2928 and RK3xxx SOCs" if ARCH_MULTI_V7 select PINCTRL select PINCTRL_ROCKCHIP + select ARCH_HAS_RESET_CONTROLLER select ARCH_REQUIRE_GPIOLIB select ARM_GIC select CACHE_L2X0 |