You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
3ae22f4d94
Merge "Berlin SoC changes for v3.17" from Sebastian Hesselbarth: - SMP support for BG2 and BG2Q * tag 'berlin-soc-3.17-1' of git://git.infradead.org/users/hesselba/linux-berlin: ARM: berlin: add SMP support Signed-off-by: Olof Johansson <olof@lixom.net>
35 lines
726 B
Plaintext
35 lines
726 B
Plaintext
menuconfig ARCH_BERLIN
|
|
bool "Marvell Berlin SoCs" if ARCH_MULTI_V7
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ARM_GIC
|
|
select GENERIC_IRQ_CHIP
|
|
select DW_APB_ICTL
|
|
select DW_APB_TIMER_OF
|
|
select PINCTRL
|
|
|
|
if ARCH_BERLIN
|
|
|
|
config MACH_BERLIN_BG2
|
|
bool "Marvell Armada 1500 (BG2)"
|
|
select CACHE_L2X0
|
|
select CPU_PJ4B
|
|
select HAVE_ARM_SCU if SMP
|
|
select HAVE_ARM_TWD if SMP
|
|
select HAVE_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_SCU if SMP
|
|
select HAVE_ARM_TWD if SMP
|
|
select PINCTRL_BERLIN_BG2Q
|
|
|
|
endif
|