Kconfig 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. config MACH_CM4002
  39. bool "OpenGear CM4002"
  40. help
  41. Say 'Y' here if you want your kernel to support the OpenGear
  42. CM4002 Secure Access Server. See http://www.opengear.com for
  43. more details.
  44. config MACH_CM4008
  45. bool "OpenGear CM4008"
  46. select MIGHT_HAVE_PCI
  47. help
  48. Say 'Y' here if you want your kernel to support the OpenGear
  49. CM4008 Console Server. See http://www.opengear.com for more
  50. details.
  51. config MACH_CM41xx
  52. bool "OpenGear CM41xx"
  53. select MIGHT_HAVE_PCI
  54. help
  55. Say 'Y' here if you want your kernel to support the OpenGear
  56. CM4016 or CM4048 Console Servers. See http://www.opengear.com for
  57. more details.
  58. config MACH_IM4004
  59. bool "OpenGear IM4004"
  60. select MIGHT_HAVE_PCI
  61. help
  62. Say 'Y' here if you want your kernel to support the OpenGear
  63. IM4004 Secure Access Server. See http://www.opengear.com for
  64. more details.
  65. config MACH_IM42xx
  66. bool "OpenGear IM42xx"
  67. select MIGHT_HAVE_PCI
  68. help
  69. Say 'Y' here if you want your kernel to support the OpenGear
  70. IM4216 or IM4248 Console Servers. See http://www.opengear.com for
  71. more details.
  72. endmenu
  73. endif