ARM: prima2: do not select SMP_ON_UP
[linux-2.6-block.git] / arch / arm / mach-prima2 / Kconfig
CommitLineData
21278aea 1menuconfig ARCH_SIRF
cf82e0e4 2 bool "CSR SiRF" if ARCH_MULTI_V7
e7eda91f 3 select ARCH_HAS_RESET_CONTROLLER
cf82e0e4 4 select ARCH_REQUIRE_GPIOLIB
cf82e0e4 5 select GENERIC_IRQ_CHIP
ce816fa8 6 select NO_IOPORT_MAP
cf82e0e4
AB
7 select PINCTRL
8 select PINCTRL_SIRF
9 help
10 Support for CSR SiRFprimaII/Marco/Polo platforms
11
156a0997
BS
12if ARCH_SIRF
13
4cba0585 14comment "CSR SiRF atlas6/primaII/Atlas7 Specific Features"
d4fe49e5
BS
15
16config ARCH_ATLAS6
17 bool "CSR SiRFSoC ATLAS6 ARM Cortex A9 Platform"
18 default y
d4fe49e5
BS
19 select SIRF_IRQ
20 help
21 Support for CSR SiRFSoC ARM Cortex A9 Platform
156a0997 22
4cba0585
ZS
23config ARCH_ATLAS7
24 bool "CSR SiRFSoC ATLAS7 ARM Cortex A7 Platform"
25 default y
26 select ARM_GIC
27 select CPU_V7
28 select HAVE_ARM_SCU if SMP
29 select HAVE_SMP
4cba0585
ZS
30 help
31 Support for CSR SiRFSoC ARM Cortex A7 Platform
32
156a0997
BS
33config ARCH_PRIMA2
34 bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
35 default y
c1e3c119 36 select SIRF_IRQ
b1b3f49c 37 select ZONE_DMA
156a0997
BS
38 help
39 Support for CSR SiRFSoC ARM Cortex A9 Platform
40
c1e3c119
BS
41config SIRF_IRQ
42 bool
43
156a0997 44endif