Kconfig 287 B

1234567891011121314151617
  1. choice
  2. prompt "System type"
  3. default BFIN518F_EZBRD
  4. help
  5. Select your board!
  6. config BFIN518F_EZBRD
  7. bool "BF518F-EZBRD"
  8. help
  9. BF518-EZBRD board support.
  10. config BFIN518F_TCM
  11. bool "Bluetechnix TCM-BF518"
  12. help
  13. Bluetechnix TCM-BF518 board support.
  14. endchoice