ARM: select MIGHT_HAVE_CACHE_L2X0 for V6 and V7 multi-platform
[linux-2.6/btrfs-unstable.git] / arch / arm / mach-prima2 / Kconfig
blob2c726b4f9356c34b37093321e5710a46ff8a0a71
1 config ARCH_SIRF
2         bool "CSR SiRF" if ARCH_MULTI_V7
3         select ARCH_REQUIRE_GPIOLIB
4         select GENERIC_IRQ_CHIP
5         select NO_IOPORT
6         select PINCTRL
7         select PINCTRL_SIRF
8         help
9           Support for CSR SiRFprimaII/Marco/Polo platforms
11 if ARCH_SIRF
13 menu "CSR SiRF atlas6/primaII/Marco/Polo Specific Features"
15 config ARCH_ATLAS6
16         bool "CSR SiRFSoC ATLAS6 ARM Cortex A9 Platform"
17         default y
18         select SIRF_IRQ
19         help
20           Support for CSR SiRFSoC ARM Cortex A9 Platform
22 config ARCH_PRIMA2
23         bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
24         default y
25         select SIRF_IRQ
26         select ZONE_DMA
27         help
28           Support for CSR SiRFSoC ARM Cortex A9 Platform
30 config ARCH_MARCO
31         bool "CSR SiRFSoC MARCO ARM Cortex A9 Platform"
32         default y
33         select ARM_GIC
34         select HAVE_ARM_SCU if SMP
35         select SMP_ON_UP if SMP
36         help
37           Support for CSR SiRFSoC ARM Cortex A9 Platform
39 endmenu
41 config SIRF_IRQ
42         bool
44 endif