Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
[sfrench/cifs-2.6.git] / arch / arm / mach-berlin / Kconfig
1 menuconfig ARCH_BERLIN
2         bool "Marvell Berlin SoCs" if ARCH_MULTI_V7
3         select ARCH_REQUIRE_GPIOLIB
4         select ARM_GIC
5         select GENERIC_IRQ_CHIP
6         select DW_APB_ICTL
7         select DW_APB_TIMER_OF
8         select PINCTRL
9
10 if ARCH_BERLIN
11
12 config 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         select PINCTRL_BERLIN_BG2
18
19 config MACH_BERLIN_BG2CD
20         bool "Marvell Armada 1500-mini (BG2CD)"
21         select CACHE_L2X0
22         select HAVE_ARM_TWD if SMP
23         select PINCTRL_BERLIN_BG2CD
24
25 config MACH_BERLIN_BG2Q
26         bool "Marvell Armada 1500 Pro (BG2-Q)"
27         select CACHE_L2X0
28         select HAVE_ARM_TWD if SMP
29         select PINCTRL_BERLIN_BG2Q
30
31 endif