Kconfig 938 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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 REGMAP
  8. select PINCTRL
  9. select PINCTRL_SIRF
  10. help
  11. Support for CSR SiRFprimaII/Marco/Polo platforms
  12. if ARCH_SIRF
  13. comment "CSR SiRF atlas6/primaII/Atlas7 Specific Features"
  14. config ARCH_ATLAS6
  15. bool "CSR SiRFSoC ATLAS6 ARM Cortex A9 Platform"
  16. default y
  17. select SIRF_IRQ
  18. help
  19. Support for CSR SiRFSoC ARM Cortex A9 Platform
  20. config ARCH_ATLAS7
  21. bool "CSR SiRFSoC ATLAS7 ARM Cortex A7 Platform"
  22. default y
  23. select ARM_GIC
  24. select CPU_V7
  25. select HAVE_ARM_SCU if SMP
  26. select HAVE_SMP
  27. help
  28. Support for CSR SiRFSoC ARM Cortex A7 Platform
  29. config ARCH_PRIMA2
  30. bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
  31. default y
  32. select SIRF_IRQ
  33. select ZONE_DMA
  34. help
  35. Support for CSR SiRFSoC ARM Cortex A9 Platform
  36. config SIRF_IRQ
  37. bool
  38. endif