Kconfig 1002 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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_ARM_SCU if SMP
  35. select HAVE_SMP
  36. select SMP_ON_UP if SMP
  37. help
  38. Support for CSR SiRFSoC ARM Cortex A9 Platform
  39. endmenu
  40. config SIRF_IRQ
  41. bool
  42. endif