Kconfig 783 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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 BLACKSTAMP
  15. bool "BlackStamp"
  16. help
  17. Support for the BlackStamp board. Hardware info available at
  18. http://blackfin.uclinux.org/gf/project/blackstamp/
  19. config BFIN533_BLUETECHNIX_CM
  20. bool "Bluetechnix CM-BF533"
  21. depends on (BF533)
  22. help
  23. CM-BF533 support for EVAL- and DEV-Board.
  24. config H8606_HVSISTEMAS
  25. bool "HV Sistemas H8606"
  26. depends on (BF532)
  27. help
  28. HV Sistemas H8606 board support.
  29. config BFIN532_IP0X
  30. bool "IP04/IP08 IP-PBX"
  31. depends on (BF532)
  32. help
  33. Core support for IP04/IP04 open hardware IP-PBX.
  34. endchoice