Kconfig310 262 B

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