mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-08 03:45:13 +07:00
![Barry Song](/assets/img/avatar_default.png)
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
|