]> Git Repo - linux.git/commitdiff
ARM: sunxi: select MFD_SUN6I_PRCM when sun6i arch support is enabled
authorBoris BREZILLON <[email protected]>
Thu, 15 May 2014 08:55:13 +0000 (10:55 +0200)
committerMaxime Ripard <[email protected]>
Thu, 15 May 2014 15:30:07 +0000 (17:30 +0200)
Select the MFD_SUN6I_PRCM option when sun6i arch is enabled in order to get
the PRCM (Power/Reset/Clock Management) related drivers compiled.

Signed-off-by: Boris BREZILLON <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
arch/arm/mach-sunxi/Kconfig

index 3aff96602868e2948113207b20ad50d488a63e4b..0fbd4f156bfa9035ff2eb5a9aa8056c72781e35a 100644 (file)
@@ -23,6 +23,7 @@ config MACH_SUN6I
        default ARCH_SUNXI
        select ARCH_HAS_RESET_CONTROLLER
        select ARM_GIC
+       select MFD_SUN6I_PRCM
        select RESET_CONTROLLER
        select SUN5I_HSTIMER
 
This page took 0.061129 seconds and 4 git commands to generate.