Commit 03dac26a authored by Antoine Tenart's avatar Antoine Tenart Committed by Sebastian Hesselbarth

ARM: berlin: add the pinctrl dependency for the Marvell Berlin SoCs

Signed-off-by: default avatarAntoine Tenart <antoine.tenart@free-electrons.com>
Acked-by: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
parent d45fa871
...@@ -5,6 +5,7 @@ config ARCH_BERLIN ...@@ -5,6 +5,7 @@ config ARCH_BERLIN
select GENERIC_IRQ_CHIP select GENERIC_IRQ_CHIP
select DW_APB_ICTL select DW_APB_ICTL
select DW_APB_TIMER_OF select DW_APB_TIMER_OF
select PINCTRL
if ARCH_BERLIN if ARCH_BERLIN
...@@ -15,16 +16,19 @@ config MACH_BERLIN_BG2 ...@@ -15,16 +16,19 @@ config MACH_BERLIN_BG2
select CACHE_L2X0 select CACHE_L2X0
select CPU_PJ4B select CPU_PJ4B
select HAVE_ARM_TWD if SMP select HAVE_ARM_TWD if SMP
select PINCTRL_BERLIN_BG2
config MACH_BERLIN_BG2CD config MACH_BERLIN_BG2CD
bool "Marvell Armada 1500-mini (BG2CD)" bool "Marvell Armada 1500-mini (BG2CD)"
select CACHE_L2X0 select CACHE_L2X0
select HAVE_ARM_TWD if SMP select HAVE_ARM_TWD if SMP
select PINCTRL_BERLIN_BG2CD
config MACH_BERLIN_BG2Q config MACH_BERLIN_BG2Q
bool "Marvell Armada 1500 Pro (BG2-Q)" bool "Marvell Armada 1500 Pro (BG2-Q)"
select CACHE_L2X0 select CACHE_L2X0
select HAVE_ARM_TWD if SMP select HAVE_ARM_TWD if SMP
select PINCTRL_BERLIN_BG2Q
endmenu endmenu
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment