Kconfig 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. config IWLWIFI
  2. tristate
  3. config IWLCORE
  4. tristate "Intel Wireless Wifi Core"
  5. depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
  6. select IWLWIFI
  7. select MAC80211_LEDS if IWLWIFI_LEDS
  8. select LEDS_CLASS if IWLWIFI_LEDS
  9. select RFKILL if IWLWIFI_RFKILL
  10. select RFKILL_INPUT if IWLWIFI_RFKILL
  11. config IWLWIFI_LEDS
  12. bool
  13. default n
  14. config IWLWIFI_RUN_TIME_CALIB
  15. bool
  16. depends on IWLCORE
  17. default n
  18. ---help---
  19. This option will enable run time calibration for the iwlwifi driver.
  20. These calibrations are Sensitivity and Chain Noise.
  21. config IWLWIFI_RFKILL
  22. boolean "IWLWIFI RF kill support"
  23. depends on IWLCORE
  24. config IWL4965
  25. tristate "Intel Wireless WiFi 4965AGN"
  26. depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
  27. select FW_LOADER
  28. select IWLCORE
  29. ---help---
  30. Select to build the driver supporting the:
  31. Intel Wireless WiFi Link 4965AGN
  32. This driver uses the kernel's mac80211 subsystem.
  33. In order to use this driver, you will need a microcode (uCode)
  34. image for it. You can obtain the microcode from:
  35. <http://intellinuxwireless.org/>.
  36. The microcode is typically installed in /lib/firmware. You can
  37. look in the hotplug script /etc/hotplug/firmware.agent to
  38. determine which directory FIRMWARE_DIR is set to when the script
  39. runs.
  40. If you want to compile the driver as a module ( = code which can be
  41. inserted in and removed from the running kernel whenever you want),
  42. say M here and read <file:Documentation/kbuild/modules.txt>. The
  43. module will be called iwl4965.ko.
  44. config IWL4965_HT
  45. bool "Enable 802.11n HT features in iwl4965 driver"
  46. depends on EXPERIMENTAL
  47. depends on IWL4965
  48. ---help---
  49. This option enables IEEE 802.11n High Throughput features
  50. for the iwl4965 driver.
  51. config IWL4965_LEDS
  52. bool "Enable LEDS features in iwl4965 driver"
  53. depends on IWL4965
  54. select IWLWIFI_LEDS
  55. ---help---
  56. This option enables LEDS for the iwlwifi drivers
  57. config IWL4965_SPECTRUM_MEASUREMENT
  58. bool "Enable Spectrum Measurement in iwl4965 driver"
  59. depends on IWL4965
  60. ---help---
  61. This option will enable spectrum measurement for the iwl4965 driver.
  62. config IWL4965_RUN_TIME_CALIB
  63. bool "Enable run time Calibration for 4965 NIC"
  64. select IWLWIFI_RUN_TIME_CALIB
  65. depends on IWL4965
  66. default y
  67. ---help---
  68. This option will enable run time calibration for the iwl4965 driver.
  69. These calibrations are Sensitivity and Chain Noise. If unsure, say yes
  70. config IWLWIFI_DEBUG
  71. bool "Enable full debugging output in iwl4965 driver"
  72. depends on IWL4965
  73. ---help---
  74. This option will enable debug tracing output for the iwl4965
  75. driver.
  76. This will result in the kernel module being ~100k larger. You can
  77. control which debug output is sent to the kernel log by setting the
  78. value in
  79. /sys/class/net/wlan0/device/debug_level
  80. This entry will only exist if this option is enabled.
  81. To set a value, simply echo an 8-byte hex value to the same file:
  82. % echo 0x43fff > /sys/class/net/wlan0/device/debug_level
  83. You can find the list of debug mask values in:
  84. drivers/net/wireless/iwlwifi/iwl-4965-debug.h
  85. If this is your first time using this driver, you should say Y here
  86. as the debug information can assist others in helping you resolve
  87. any problems you may encounter.
  88. config IWL5000
  89. bool "Intel Wireless WiFi 5000AGN"
  90. depends on IWL4965
  91. ---help---
  92. This option enables support for Intel Wireless WiFi Link 5000AGN Family
  93. Dependency on 4965 is temporary
  94. config IWL5000_RUN_TIME_CALIB
  95. bool "Enable run time Calibration for 5000 NIC"
  96. select IWLWIFI_RUN_TIME_CALIB
  97. depends on IWL5000
  98. default y
  99. ---help---
  100. This option will enable run time calibration for the iwl5000 driver.
  101. These calibrations are Sensitivity and Chain Noise. If unsure, say yes
  102. config IWLWIFI_DEBUGFS
  103. bool "Iwlwifi debugfs support"
  104. depends on IWLCORE && IWLWIFI_DEBUG && MAC80211_DEBUGFS
  105. ---help---
  106. Enable creation of debugfs files for the iwlwifi drivers.
  107. config IWL3945
  108. tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
  109. depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
  110. select FW_LOADER
  111. select IWLWIFI
  112. select MAC80211_LEDS if IWL3945_LEDS
  113. select LEDS_CLASS if IWL3945_LEDS
  114. ---help---
  115. Select to build the driver supporting the:
  116. Intel PRO/Wireless 3945ABG/BG Network Connection
  117. This driver uses the kernel's mac80211 subsystem.
  118. In order to use this driver, you will need a microcode (uCode)
  119. image for it. You can obtain the microcode from:
  120. <http://intellinuxwireless.org/>.
  121. The microcode is typically installed in /lib/firmware. You can
  122. look in the hotplug script /etc/hotplug/firmware.agent to
  123. determine which directory FIRMWARE_DIR is set to when the script
  124. runs.
  125. If you want to compile the driver as a module ( = code which can be
  126. inserted in and removed from the running kernel whenever you want),
  127. say M here and read <file:Documentation/kbuild/modules.txt>. The
  128. module will be called iwl3945.ko.
  129. config IWL3945_SPECTRUM_MEASUREMENT
  130. bool "Enable Spectrum Measurement in iwl3945 drivers"
  131. depends on IWL3945
  132. ---help---
  133. This option will enable spectrum measurement for the iwl3945 driver.
  134. config IWL3945_LEDS
  135. bool "Enable LEDS features in iwl3945 driver"
  136. depends on IWL3945
  137. ---help---
  138. This option enables LEDS for the iwl3945 driver.
  139. config IWL3945_DEBUG
  140. bool "Enable full debugging output in iwl3945 driver"
  141. depends on IWL3945
  142. ---help---
  143. This option will enable debug tracing output for the iwl3945
  144. driver.
  145. This will result in the kernel module being ~100k larger. You can
  146. control which debug output is sent to the kernel log by setting the
  147. value in
  148. /sys/bus/pci/drivers/${DRIVER}/debug_level
  149. This entry will only exist if this option is enabled.
  150. To set a value, simply echo an 8-byte hex value to the same file:
  151. % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
  152. You can find the list of debug mask values in:
  153. drivers/net/wireless/iwlwifi/iwl-3945-debug.h
  154. If this is your first time using this driver, you should say Y here
  155. as the debug information can assist others in helping you resolve
  156. any problems you may encounter.