Kconfig 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. if ARCH_KS8695
  2. menu "Kendin/Micrel KS8695 Implementations"
  3. config MACH_KS8695
  4. bool "KS8695 development board"
  5. select MIGHT_HAVE_PCI
  6. help
  7. Say 'Y' here if you want your kernel to run on the original
  8. Kendin-Micrel KS8695 development board.
  9. config MACH_DSM320
  10. bool "DSM-320 Wireless Media Player"
  11. help
  12. Say 'Y' here if you want your kernel to run on the D-Link
  13. DSM-320 Wireless Media Player.
  14. config MACH_ACS5K
  15. bool "Brivo Systems LLC, ACS-5000 Master board"
  16. help
  17. say 'Y' here if you want your kernel to run on the Brivo
  18. Systems LLC, ACS-5000 Master board.
  19. config MACH_LITE300
  20. bool "SecureComputing SG300"
  21. help
  22. Say 'Y' here if you want your kernel to support the
  23. SecureComputing / SnapGear SG300 VPN Internet Router.
  24. See http://www.securecomputing.com for more details.
  25. config MACH_SG310
  26. bool "McAfee SG310"
  27. help
  28. Say 'Y' here if you want your kernel to support the
  29. McAfee / SnapGear SG310 VPN Internet Router.
  30. See http://www.mcafee.com for more details.
  31. config MACH_SE4200
  32. bool "SecureComputing SE4200"
  33. help
  34. Say 'Y' here if you want your kernel to support the
  35. SecureComputing / SnapGear SE4200 Secure Wireless VPN
  36. Internet Router.
  37. See http://www.securecomputing.com for more details.
  38. endmenu
  39. endif