From: Boris BREZILLON Date: Thu, 15 May 2014 08:55:13 +0000 (+0200) Subject: ARM: sunxi: select MFD_SUN6I_PRCM when sun6i arch support is enabled X-Git-Tag: v3.16-rc1~43^2~11^2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=324da938cb7eb103a925817f9aacdcc1f0e22576;p=linux.git 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 Signed-off-by: Maxime Ripard --- 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 default ARCH_SUNXI select ARCH_HAS_RESET_CONTROLLER select ARM_GIC + select MFD_SUN6I_PRCM select RESET_CONTROLLER select SUN5I_HSTIMER