ARM: berlin: add the pinctrl dependency for the Marvell Berlin SoCs
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
This commit is contained in:
parent
d45fa871c0
commit
03dac26a83
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue