Kconfig 544 B

1234567891011121314151617181920212223
  1. #
  2. # SPEAr3XX Machine configuration file
  3. #
  4. if ARCH_SPEAR3XX
  5. menu "SPEAr3xx Implementations"
  6. config MACH_SPEAR300
  7. bool "SPEAr300 Machine support with Device Tree"
  8. help
  9. Supports ST SPEAr300 machine configured via the device-tree
  10. config MACH_SPEAR310
  11. bool "SPEAr310 Machine support with Device Tree"
  12. help
  13. Supports ST SPEAr310 machine configured via the device-tree
  14. config MACH_SPEAR320
  15. bool "SPEAr320 Machine support with Device Tree"
  16. help
  17. Supports ST SPEAr320 machine configured via the device-tree
  18. endmenu
  19. endif #ARCH_SPEAR3XX