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