mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
c1e3c1196b
New MARCO and POLO SoC use GIC, so make irq.c optional and enable it only if we enable ARCH_PRIMA2 in Kconfig Signed-off-by: Barry Song <Baohua.Song@csr.com>
20 lines
299 B
Plaintext
20 lines
299 B
Plaintext
if ARCH_SIRF
|
|
|
|
menu "CSR SiRF primaII/Marco/Polo Specific Features"
|
|
|
|
config ARCH_PRIMA2
|
|
bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
|
|
default y
|
|
select CPU_V7
|
|
select ZONE_DMA
|
|
select SIRF_IRQ
|
|
help
|
|
Support for CSR SiRFSoC ARM Cortex A9 Platform
|
|
|
|
endmenu
|
|
|
|
config SIRF_IRQ
|
|
bool
|
|
|
|
endif
|