Kconfig300 262 B

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