xref: /openbmc/linux/arch/arm/mach-berlin/Kconfig (revision b34e08d5)
1config ARCH_BERLIN
2	bool "Marvell Berlin SoCs" if ARCH_MULTI_V7
3	select ARM_GIC
4	select GENERIC_IRQ_CHIP
5	select DW_APB_ICTL
6	select DW_APB_TIMER_OF
7
8if ARCH_BERLIN
9
10menu "Marvell Berlin SoC variants"
11
12config MACH_BERLIN_BG2
13	bool "Marvell Armada 1500 (BG2)"
14	select CACHE_L2X0
15	select CPU_PJ4B
16	select HAVE_ARM_TWD if SMP
17
18config MACH_BERLIN_BG2CD
19	bool "Marvell Armada 1500-mini (BG2CD)"
20	select CACHE_L2X0
21	select HAVE_ARM_TWD if SMP
22
23endmenu
24
25endif
26