ARM: sunxi: Select ARCH_HAS_RESET_CONTROLLER and RESET_CONTROLLER for sun9i
authorChen-Yu Tsai <wens@csie.org>
Sun, 12 Oct 2014 09:40:24 +0000 (17:40 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 20 Oct 2014 12:51:31 +0000 (14:51 +0200)
The A80 SoC has reset controls matching bus clock gates.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/mach-sunxi/Kconfig

index d04f84b..a77604f 100644 (file)
@@ -45,6 +45,8 @@ config MACH_SUN8I
 config MACH_SUN9I
        bool "Allwinner (sun9i) SoCs support"
        default ARCH_SUNXI
+       select ARCH_HAS_RESET_CONTROLLER
        select ARM_GIC
+       select RESET_CONTROLLER
 
 endif