Kconfig 285 B

1234567891011121314151617
  1. choice
  2. prompt "System type"
  3. default BFIN527_EZKIT
  4. help
  5. Select your board!
  6. config BFIN527_EZKIT
  7. bool "BF527-EZKIT"
  8. help
  9. BF527-EZKIT-LITE board support.
  10. config BFIN527_BLUETECHNIX_CM
  11. bool "Bluetechnix CM-BF527"
  12. help
  13. CM-BF527 support for EVAL- and DEV-Board.
  14. endchoice