Kconfig 582 B

12345678910111213141516171819202122232425262728293031323334
  1. choice
  2. prompt "System type"
  3. default BFIN533_STAMP
  4. help
  5. Select your board!
  6. config BFIN533_EZKIT
  7. bool "BF533-EZKIT"
  8. help
  9. BF533-EZKIT-LITE board support.
  10. config BFIN533_STAMP
  11. bool "BF533-STAMP"
  12. help
  13. BF533-STAMP board support.
  14. config BFIN533_BLUETECHNIX_CM
  15. bool "Bluetechnix CM-BF533"
  16. depends on (BF533)
  17. help
  18. CM-BF533 support for EVAL- and DEV-Board.
  19. config H8606_HVSISTEMAS
  20. bool "HV Sistemas H8606"
  21. depends on (BF532)
  22. help
  23. HV Sistemas H8606 board support.
  24. config GENERIC_BF533_BOARD
  25. bool "Generic"
  26. help
  27. Generic or Custom board support.
  28. endchoice