Kconfig 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. config IWL4965
  2. tristate "Intel Wireless WiFi 4965AGN"
  3. depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
  4. select FW_LOADER
  5. ---help---
  6. Select to build the driver supporting the:
  7. Intel Wireless WiFi Link 4965AGN
  8. This driver uses the kernel's mac80211 subsystem.
  9. In order to use this driver, you will need a microcode (uCode)
  10. image for it. You can obtain the microcode from:
  11. <http://intellinuxwireless.org/>.
  12. The microcode is typically installed in /lib/firmware. You can
  13. look in the hotplug script /etc/hotplug/firmware.agent to
  14. determine which directory FIRMWARE_DIR is set to when the script
  15. runs.
  16. If you want to compile the driver as a module ( = code which can be
  17. inserted in and removed from the running kernel whenever you want),
  18. say M here and read <file:Documentation/kbuild/modules.txt>. The
  19. module will be called iwl4965.ko.
  20. config IWL4965_QOS
  21. bool "Enable Wireless QoS in iwl4965 driver"
  22. depends on IWL4965
  23. ---help---
  24. This option will enable wireless quality of service (QoS) for the
  25. iwl4965 driver.
  26. config IWL4965_HT
  27. bool "Enable 802.11n HT features in iwl4965 driver"
  28. depends on EXPERIMENTAL
  29. depends on IWL4965 && IWL4965_QOS
  30. ---help---
  31. This option enables IEEE 802.11n High Throughput features
  32. for the iwl4965 driver.
  33. config IWL4965_SPECTRUM_MEASUREMENT
  34. bool "Enable Spectrum Measurement in iwl4965 driver"
  35. depends on IWL4965
  36. ---help---
  37. This option will enable spectrum measurement for the iwl4965 driver.
  38. config IWL4965_SENSITIVITY
  39. bool "Enable Sensitivity Calibration in iwl4965 driver"
  40. depends on IWL4965
  41. ---help---
  42. This option will enable sensitivity calibration for the iwl4965
  43. driver.
  44. config IWL4965_DEBUG
  45. bool "Enable full debugging output in iwl4965 driver"
  46. depends on IWL4965
  47. ---help---
  48. This option will enable debug tracing output for the iwl4965
  49. driver.
  50. This will result in the kernel module being ~100k larger. You can
  51. control which debug output is sent to the kernel log by setting the
  52. value in
  53. /sys/bus/pci/drivers/${DRIVER}/debug_level
  54. This entry will only exist if this option is enabled.
  55. To set a value, simply echo an 8-byte hex value to the same file:
  56. % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
  57. You can find the list of debug mask values in:
  58. drivers/net/wireless/iwlwifi/iwl-4965-debug.h
  59. If this is your first time using this driver, you should say Y here
  60. as the debug information can assist others in helping you resolve
  61. any problems you may encounter.
  62. config IWL3945
  63. tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
  64. depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
  65. select FW_LOADER
  66. ---help---
  67. Select to build the driver supporting the:
  68. Intel PRO/Wireless 3945ABG/BG Network Connection
  69. This driver uses the kernel's mac80211 subsystem.
  70. In order to use this driver, you will need a microcode (uCode)
  71. image for it. You can obtain the microcode from:
  72. <http://intellinuxwireless.org/>.
  73. The microcode is typically installed in /lib/firmware. You can
  74. look in the hotplug script /etc/hotplug/firmware.agent to
  75. determine which directory FIRMWARE_DIR is set to when the script
  76. runs.
  77. If you want to compile the driver as a module ( = code which can be
  78. inserted in and removed from the running kernel whenever you want),
  79. say M here and read <file:Documentation/kbuild/modules.txt>. The
  80. module will be called iwl3945.ko.
  81. config IWL3945_QOS
  82. bool "Enable Wireless QoS in iwl3945 driver"
  83. depends on IWL3945
  84. ---help---
  85. This option will enable wireless quality of service (QoS) for the
  86. iwl3945 driver.
  87. config IWL3945_SPECTRUM_MEASUREMENT
  88. bool "Enable Spectrum Measurement in iwl3945 drivers"
  89. depends on IWL3945
  90. ---help---
  91. This option will enable spectrum measurement for the iwl3945 driver.
  92. config IWL3945_DEBUG
  93. bool "Enable full debugging output in iwl3945 driver"
  94. depends on IWL3945
  95. ---help---
  96. This option will enable debug tracing output for the iwl3945
  97. driver.
  98. This will result in the kernel module being ~100k larger. You can
  99. control which debug output is sent to the kernel log by setting the
  100. value in
  101. /sys/bus/pci/drivers/${DRIVER}/debug_level
  102. This entry will only exist if this option is enabled.
  103. To set a value, simply echo an 8-byte hex value to the same file:
  104. % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
  105. You can find the list of debug mask values in:
  106. drivers/net/wireless/iwlwifi/iwl-3945-debug.h
  107. If this is your first time using this driver, you should say Y here
  108. as the debug information can assist others in helping you resolve
  109. any problems you may encounter.