ARM: berlin: add the pinctrl dependency for the Marvell Berlin SoCs
authorAntoine Tenart <antoine.tenart@free-electrons.com>
Sun, 18 May 2014 18:06:32 +0000 (20:06 +0200)
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Mon, 19 May 2014 20:52:39 +0000 (22:52 +0200)
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
arch/arm/mach-berlin/Kconfig

index 95c098f..101e0f3 100644 (file)
@@ -5,6 +5,7 @@ config ARCH_BERLIN
        select GENERIC_IRQ_CHIP
        select DW_APB_ICTL
        select DW_APB_TIMER_OF
+       select PINCTRL
 
 if ARCH_BERLIN
 
@@ -15,16 +16,19 @@ config MACH_BERLIN_BG2
        select CACHE_L2X0
        select CPU_PJ4B
        select HAVE_ARM_TWD if SMP
+       select PINCTRL_BERLIN_BG2
 
 config MACH_BERLIN_BG2CD
        bool "Marvell Armada 1500-mini (BG2CD)"
        select CACHE_L2X0
        select HAVE_ARM_TWD if SMP
+       select PINCTRL_BERLIN_BG2CD
 
 config MACH_BERLIN_BG2Q
        bool "Marvell Armada 1500 Pro (BG2-Q)"
        select CACHE_L2X0
        select HAVE_ARM_TWD if SMP
+       select PINCTRL_BERLIN_BG2Q
 
 endmenu