Kconfig600 262 B

1234567891011121314151617
  1. #
  2. # SPEAr600 machine configuration file
  3. #
  4. if MACH_SPEAR600
  5. choice
  6. prompt "SPEAr600 Boards"
  7. default BOARD_SPEAR600_EVB
  8. config BOARD_SPEAR600_EVB
  9. bool "SPEAr600 Evaluation Board"
  10. help
  11. Supports ST SPEAr600 Evaluation Board
  12. endchoice
  13. endif #MACH_SPEAR600