Linux 3.14.25
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / arm / mach-berlin / Kconfig
1 config 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
10 if ARCH_BERLIN
11
12 menu "Marvell Berlin SoC variants"
13
14 config 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
21 config 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
27 endmenu
28
29 endif