Kconfig 619 B

1234567891011121314151617181920212223242526
  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. select PINCTRL_SPEAR300
  9. help
  10. Supports ST SPEAr300 machine configured via the device-tree
  11. config MACH_SPEAR310
  12. bool "SPEAr310 Machine support with Device Tree"
  13. select PINCTRL_SPEAR310
  14. help
  15. Supports ST SPEAr310 machine configured via the device-tree
  16. config MACH_SPEAR320
  17. bool "SPEAr320 Machine support with Device Tree"
  18. select PINCTRL_SPEAR320
  19. help
  20. Supports ST SPEAr320 machine configured via the device-tree
  21. endmenu
  22. endif #ARCH_SPEAR3XX