blob: 41fc85327673c7ddd88abfc1d4686331cc109a10 [file] [log] [blame]
Barry Song156a0992012-08-23 13:41:58 +08001if 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
9 select ZONE_DMA
Barry Songc1e3c112012-08-23 13:41:59 +080010 select SIRF_IRQ
Barry Song156a0992012-08-23 13:41:58 +080011 help
12 Support for CSR SiRFSoC ARM Cortex A9 Platform
13
14endmenu
15
Barry Songc1e3c112012-08-23 13:41:59 +080016config SIRF_IRQ
17 bool
18
Barry Song156a0992012-08-23 13:41:58 +080019endif