diff options
author | Heiko Stübner <heiko@sntech.de> | 2014-07-03 00:02:58 (GMT) |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-07-13 19:17:11 (GMT) |
commit | 1fe69496cf463b654d2d6e1a9a10fb8d99f10831 (patch) | |
tree | 42785e6020c81e814194b4daa3a06ed996fb8f23 /arch/arm/mach-rockchip | |
parent | b9e4ba541607e6ee9c6c8493f51198fe3af03aec (diff) | |
download | linux-1fe69496cf463b654d2d6e1a9a10fb8d99f10831.tar.xz |
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 <heiko@sntech.de>
Acked-By: Max Schwarz <max.schwarz@online.de>
Tested-By: Max Schwarz <max.schwarz@online.de>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'arch/arm/mach-rockchip')
-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 1caee6d..e4564c2 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 |