Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[linux/fpc-iii.git] / arch / arm / mach-berlin / Kconfig
blob7a02d222c37860b554bc9f5a4b609ae457ee0eac
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
10 if ARCH_BERLIN
12 menu "Marvell Berlin SoC variants"
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
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
27 endmenu
29 endif