Kconfig 469 B

123456789101112131415161718192021222324252627
  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_EZKIT_V2
  11. bool "BF527-EZKIT-V2"
  12. help
  13. BF527-EZKIT-LITE V2.1+ board support.
  14. config BFIN527_BLUETECHNIX_CM
  15. bool "Bluetechnix CM-BF527"
  16. help
  17. CM-BF527 support for EVAL- and DEV-Board.
  18. config BFIN526_EZBRD
  19. bool "BF526-EZBRD"
  20. help
  21. BF526-EZBRD/EZKIT Lite board support.
  22. endchoice