]> Pileus Git - ~andy/linux/blob - arch/arm/mach-prima2/Kconfig
Merge tag 'mxs-soc-3.10' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/soc
[~andy/linux] / arch / arm / mach-prima2 / Kconfig
1 if ARCH_SIRF
2
3 menu "CSR SiRF atlas6/primaII/Marco/Polo Specific Features"
4
5 config ARCH_ATLAS6
6         bool "CSR SiRFSoC ATLAS6 ARM Cortex A9 Platform"
7         default y
8         select CPU_V7
9         select SIRF_IRQ
10         help
11           Support for CSR SiRFSoC ARM Cortex A9 Platform
12
13 config ARCH_PRIMA2
14         bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
15         default y
16         select CPU_V7
17         select SIRF_IRQ
18         select ZONE_DMA
19         help
20           Support for CSR SiRFSoC ARM Cortex A9 Platform
21
22 config ARCH_MARCO
23         bool "CSR SiRFSoC MARCO ARM Cortex A9 Platform"
24         default y
25         select ARM_GIC
26         select CPU_V7
27         select HAVE_SMP
28         select SMP_ON_UP
29         help
30           Support for CSR SiRFSoC ARM Cortex A9 Platform
31
32 endmenu
33
34 config SIRF_IRQ
35         bool
36
37 endif