Kconfig 298 B

123456789101112131415161718
  1. choice
  2. prompt "System type"
  3. default BFIN548_EZKIT
  4. help
  5. Select your board!
  6. config BFIN548_EZKIT
  7. bool "BF548-EZKIT"
  8. help
  9. BFIN548-EZKIT board support.
  10. config BFIN548_BLUETECHNIX_CM
  11. bool "Bluetechnix CM-BF548"
  12. depends on (BF548)
  13. help
  14. CM-BF548 support for DEV-Board.
  15. endchoice