Kconfig 743 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. choice
  2. prompt "System type"
  3. default BFIN537_STAMP
  4. help
  5. Select your board!
  6. config BFIN537_STAMP
  7. bool "BF537-STAMP"
  8. help
  9. BF537-STAMP board support.
  10. config BFIN537_BLUETECHNIX_CM
  11. bool "Bluetechnix CM-BF537"
  12. depends on (BF537)
  13. help
  14. CM-BF537 support for EVAL- and DEV-Board.
  15. config BFIN537_BLUETECHNIX_TCM
  16. bool "Bluetechnix TCM-BF537"
  17. depends on (BF537)
  18. help
  19. TCM-BF537 support for EVAL- and DEV-Board.
  20. config PNAV10
  21. bool "PNAV board"
  22. depends on (BF537)
  23. help
  24. PNAV board support.
  25. config CAMSIG_MINOTAUR
  26. bool "Cambridge Signal Processing LTD Minotaur"
  27. depends on (BF537)
  28. help
  29. Board supply package for CSP Minotaur
  30. config GENERIC_BF537_BOARD
  31. bool "Generic"
  32. help
  33. Generic or Custom board support.
  34. endchoice