Kconfig 469 B

1234567891011121314151617181920212223242526272829
  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 PNAV10
  16. bool "PNAV board"
  17. depends on (BF537)
  18. help
  19. PNAV board support.
  20. config GENERIC_BF537_BOARD
  21. bool "Generic"
  22. help
  23. Generic or Custom board support.
  24. endchoice