diff options
author | Heiko Stübner <heiko@sntech.de> | 2014-07-02 20:02:58 -0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-07-13 15:17:11 -0400 |
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 <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>
-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 | |||
2 | bool "Rockchip RK2928 and RK3xxx SOCs" if ARCH_MULTI_V7 | 2 | bool "Rockchip RK2928 and RK3xxx SOCs" if ARCH_MULTI_V7 |
3 | select PINCTRL | 3 | select PINCTRL |
4 | select PINCTRL_ROCKCHIP | 4 | select PINCTRL_ROCKCHIP |
5 | select ARCH_HAS_RESET_CONTROLLER | ||
5 | select ARCH_REQUIRE_GPIOLIB | 6 | select ARCH_REQUIRE_GPIOLIB |
6 | select ARM_GIC | 7 | select ARM_GIC |
7 | select CACHE_L2X0 | 8 | select CACHE_L2X0 |