blob: b0cb0722acd254fb411c7616504c9399d396c4b1 [file] [log] [blame]
Sebastian Hesselbarth1c37fa12013-09-09 14:36:19 +02001config ARCH_BERLIN
2 bool "Marvell Berlin SoCs" if ARCH_MULTI_V7
3 select ARM_GIC
Sebastian Hesselbarth1c37fa12013-09-09 14:36:19 +02004 select GENERIC_IRQ_CHIP
Sebastian Hesselbarth1c37fa12013-09-09 14:36:19 +02005 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
Sebastian Hesselbarth1c37fa12013-09-09 14:36:19 +020017
18config MACH_BERLIN_BG2CD
19 bool "Marvell Armada 1500-mini (BG2CD)"
20 select CACHE_L2X0
Sebastian Hesselbarth1c37fa12013-09-09 14:36:19 +020021 select HAVE_ARM_TWD if SMP
22
23endmenu
24
25endif