Kconfig 299 B

12345678910111213141516171819
  1. if ARCH_SIRF
  2. menu "CSR SiRF primaII/Marco/Polo Specific Features"
  3. config ARCH_PRIMA2
  4. bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
  5. default y
  6. select CPU_V7
  7. select SIRF_IRQ
  8. select ZONE_DMA
  9. help
  10. Support for CSR SiRFSoC ARM Cortex A9 Platform
  11. endmenu
  12. config SIRF_IRQ
  13. bool
  14. endif