Kconfig 465 B

1234567891011121314151617181920
  1. #
  2. # SPEAr13XX Machine configuration file
  3. #
  4. if ARCH_SPEAR13XX
  5. menu "SPEAr13xx Implementations"
  6. config MACH_SPEAR1310
  7. bool "SPEAr1310 Machine support with Device Tree"
  8. select PINCTRL_SPEAR1310
  9. help
  10. Supports ST SPEAr1310 machine configured via the device-tree
  11. config MACH_SPEAR1340
  12. bool "SPEAr1340 Machine support with Device Tree"
  13. select PINCTRL_SPEAR1340
  14. help
  15. Supports ST SPEAr1340 machine configured via the device-tree
  16. endmenu
  17. endif #ARCH_SPEAR13XX