ARM: PRIMA2: irq: make prima2 irq can work even we enable GIC for Marco
[linux-2.6-block.git] / arch / arm / mach-prima2 / Kconfig
CommitLineData
156a0997
BS
1if ARCH_SIRF
2
3menu "CSR SiRF primaII/Marco/Polo Specific Features"
4
5config ARCH_PRIMA2
6 bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
7 default y
8 select CPU_V7
c1e3c119 9 select SIRF_IRQ
b1b3f49c 10 select ZONE_DMA
156a0997
BS
11 help
12 Support for CSR SiRFSoC ARM Cortex A9 Platform
13
14endmenu
15
c1e3c119
BS
16config SIRF_IRQ
17 bool
18
156a0997 19endif