Kconfig 557 B

1234567891011121314151617181920212223242526272829
  1. choice
  2. prompt "System type"
  3. default BFIN561_EZKIT
  4. help
  5. Select your board!
  6. config BFIN561_EZKIT
  7. bool "BF561-EZKIT"
  8. help
  9. BF561-EZKIT-LITE board support.
  10. config BFIN561_TEPLA
  11. bool "BF561-TEPLA"
  12. help
  13. BF561-TEPLA board support.
  14. config BFIN561_BLUETECHNIX_CM
  15. bool "Bluetechnix CM-BF561"
  16. help
  17. CM-BF561 support for EVAL- and DEV-Board.
  18. config BFIN561_ACVILON
  19. bool "BF561-ACVILON"
  20. help
  21. BF561-ACVILON System On Module support (SO-DIMM 144).
  22. For more information about Acvilon BF561 SoM
  23. please go to http://www.niistt.ru/
  24. endchoice