ARM: OMAP2+: Fix unmet direct dependencies for SERIAL_OMAP
[GitHub/mt8127/android_kernel_alcatel_ttab.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 if SMP
21 help
22 Support for CSR SiRFSoC ARM Cortex A9 Platform
23
24 endmenu
25
26 config SIRF_IRQ
27 bool
28
29 endif