Kconfig 664 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. config BFIN527_AD7160EVAL
  23. bool "BF527-AD7160-EVAL"
  24. help
  25. BF527-AD7160-EVAL board support.
  26. config BFIN527_TLL6527M
  27. bool "The Learning Labs TLL6527M"
  28. help
  29. TLL6527M V1.0 platform support
  30. endchoice