diff mbox

[v5,5/5] ARM: sunxi: select MFD_SUN6I_PRCM when sun6i arch support is enabled

Message ID 1400144113-27659-6-git-send-email-boris.brezillon@free-electrons.com (mailing list archive)
State New, archived
Headers show

Commit Message

Boris BREZILLON May 15, 2014, 8:55 a.m. UTC
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>
---
 arch/arm/mach-sunxi/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Maxime Ripard May 15, 2014, 3:30 p.m. UTC | #1
On Thu, May 15, 2014 at 10:55:13AM +0200, Boris BREZILLON wrote:
> 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>

Applied, thanks!
Maxime
diff mbox

Patch

diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
index 3aff966..0fbd4f1 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