]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
ARM: sunxi: select MFD_SUN6I_PRCM when sun8i arch support is enabled
authorChen-Yu Tsai <wens@csie.org>
Thu, 3 Jul 2014 14:55:47 +0000 (22:55 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 7 Jul 2014 09:00:06 +0000 (11:00 +0200)
Select the MFD_SUN6I_PRCM option when sun8i arch is enabled in order to
get the PRCM (Power/Reset/Clock Management) related drivers compiled.

Also select ARCH_HAS_RESET_CONTROLLER and RESET_CONTROLLER to make sure
the reset controller drivers are compiled.

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 f776c5f1bb89f4f166db64740dac3f4402b7af18..6434e3b62c135922629089dfe7b24dd5e5dbef86 100644 (file)
@@ -38,6 +38,9 @@ config MACH_SUN7I
 config MACH_SUN8I
        bool "Allwinner A23 (sun8i) SoCs support"
        default ARCH_SUNXI
+       select ARCH_HAS_RESET_CONTROLLER
        select ARM_GIC
+       select MFD_SUN6I_PRCM
+       select RESET_CONTROLLER
 
 endif