Kconfig 967 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. config ARCH_SIRF
  2. bool "CSR SiRF" if ARCH_MULTI_V7
  3. select ARCH_REQUIRE_GPIOLIB
  4. select GENERIC_CLOCKEVENTS
  5. select GENERIC_IRQ_CHIP
  6. select MIGHT_HAVE_CACHE_L2X0
  7. select NO_IOPORT
  8. select PINCTRL
  9. select PINCTRL_SIRF
  10. help
  11. Support for CSR SiRFprimaII/Marco/Polo platforms
  12. if ARCH_SIRF
  13. menu "CSR SiRF atlas6/primaII/Marco/Polo Specific Features"
  14. config ARCH_ATLAS6
  15. bool "CSR SiRFSoC ATLAS6 ARM Cortex A9 Platform"
  16. default y
  17. select CPU_V7
  18. select SIRF_IRQ
  19. help
  20. Support for CSR SiRFSoC ARM Cortex A9 Platform
  21. config ARCH_PRIMA2
  22. bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
  23. default y
  24. select CPU_V7
  25. select SIRF_IRQ
  26. select ZONE_DMA
  27. help
  28. Support for CSR SiRFSoC ARM Cortex A9 Platform
  29. config ARCH_MARCO
  30. bool "CSR SiRFSoC MARCO ARM Cortex A9 Platform"
  31. default y
  32. select ARM_GIC
  33. select CPU_V7
  34. select HAVE_SMP
  35. select SMP_ON_UP
  36. help
  37. Support for CSR SiRFSoC ARM Cortex A9 Platform
  38. endmenu
  39. config SIRF_IRQ
  40. bool
  41. endif