Kconfig 919 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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_E
  11. bool "Bluetechnix CM-BF537E"
  12. depends on (BF537)
  13. help
  14. CM-BF537E support for EVAL- and DEV-Board.
  15. config BFIN537_BLUETECHNIX_CM_U
  16. bool "Bluetechnix CM-BF537U"
  17. depends on (BF537)
  18. help
  19. CM-BF537U support for EVAL- and DEV-Board.
  20. config BFIN537_BLUETECHNIX_TCM
  21. bool "Bluetechnix TCM-BF537"
  22. depends on (BF537)
  23. help
  24. TCM-BF537 support for EVAL- and DEV-Board.
  25. config PNAV10
  26. bool "PNAV board"
  27. depends on (BF537)
  28. help
  29. PNAV board support.
  30. config CAMSIG_MINOTAUR
  31. bool "Cambridge Signal Processing LTD Minotaur"
  32. depends on (BF537)
  33. help
  34. Board supply package for CSP Minotaur
  35. config DNP5370
  36. bool "SSV Dil/NetPC DNP/5370"
  37. depends on (BF537)
  38. help
  39. Board supply package for DNP/5370 DIL64 module
  40. endchoice