Merge branch 'master' into for-next
[sfrench/cifs-2.6.git] / arch / arm / mach-prima2 / Kconfig
1 if ARCH_SIRF
2
3 menu "CSR SiRF primaII/Marco/Polo Specific Features"
4
5 config ARCH_PRIMA2
6         bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
7         default y
8         select CPU_V7
9         select SIRF_IRQ
10         select ZONE_DMA
11         help
12           Support for CSR SiRFSoC ARM Cortex A9 Platform
13
14 config ARCH_MARCO
15         bool "CSR SiRFSoC MARCO ARM Cortex A9 Platform"
16         default y
17         select ARM_GIC
18         select CPU_V7
19         select HAVE_SMP
20         select SMP_ON_UP
21         help
22           Support for CSR SiRFSoC ARM Cortex A9 Platform
23
24 endmenu
25
26 config SIRF_IRQ
27         bool
28
29 endif