aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sunxi
diff options
context:
space:
mode:
authorBoris BREZILLON <boris.brezillon@free-electrons.com>2014-05-15 04:55:13 -0400
committerMaxime Ripard <maxime.ripard@free-electrons.com>2014-05-15 11:30:07 -0400
commit324da938cb7eb103a925817f9aacdcc1f0e22576 (patch)
tree5a01adef670ba3056726d40bd435eae3597fc755 /arch/arm/mach-sunxi
parent559482d1f950b7905728208d16cf5785cc6093ea (diff)
ARM: sunxi: select MFD_SUN6I_PRCM when sun6i arch support is enabled
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 <boris.brezillon@free-electrons.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/mach-sunxi')
-rw-r--r--arch/arm/mach-sunxi/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
index 3aff96602868..0fbd4f156bfa 100644
--- a/arch/arm/mach-sunxi/Kconfig
+++ b/arch/arm/mach-sunxi/Kconfig
@@ -23,6 +23,7 @@ config MACH_SUN6I
23 default ARCH_SUNXI 23 default ARCH_SUNXI
24 select ARCH_HAS_RESET_CONTROLLER 24 select ARCH_HAS_RESET_CONTROLLER
25 select ARM_GIC 25 select ARM_GIC
26 select MFD_SUN6I_PRCM
26 select RESET_CONTROLLER 27 select RESET_CONTROLLER
27 select SUN5I_HSTIMER 28 select SUN5I_HSTIMER
28 29