Kconfig 918 B

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