5 tristate "Intel Wireless Wifi Core"
6 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
8 select MAC80211_LEDS if IWLWIFI_LEDS
9 select LEDS_CLASS if IWLWIFI_LEDS
10 select RFKILL if IWLWIFI_RFKILL
11 select RFKILL_INPUT if IWLWIFI_RFKILL
17 config IWLWIFI_RUN_TIME_CALIB
22 This option will enable run time calibration for the iwlwifi driver.
23 These calibrations are Sensitivity and Chain Noise.
27 boolean "IWLWIFI RF kill support"
31 tristate "Intel Wireless WiFi 4965AGN"
32 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
36 Select to build the driver supporting the:
38 Intel Wireless WiFi Link 4965AGN
40 This driver uses the kernel's mac80211 subsystem.
42 In order to use this driver, you will need a microcode (uCode)
43 image for it. You can obtain the microcode from:
45 <http://intellinuxwireless.org/>.
47 The microcode is typically installed in /lib/firmware. You can
48 look in the hotplug script /etc/hotplug/firmware.agent to
49 determine which directory FIRMWARE_DIR is set to when the script
52 If you want to compile the driver as a module ( = code which can be
53 inserted in and removed from the running kernel whenever you want),
54 say M here and read <file:Documentation/kbuild/modules.txt>. The
55 module will be called iwl4965.ko.
58 bool "Enable LEDS features in iwl4965 driver"
62 This option enables LEDS for the iwlwifi drivers
65 config IWL4965_SPECTRUM_MEASUREMENT
66 bool "Enable Spectrum Measurement in iwl4965 driver"
69 This option will enable spectrum measurement for the iwl4965 driver.
71 config IWL4965_RUN_TIME_CALIB
72 bool "Enable run time Calibration for 4965 NIC"
73 select IWLWIFI_RUN_TIME_CALIB
77 This option will enable run time calibration for the iwl4965 driver.
78 These calibrations are Sensitivity and Chain Noise. If unsure, say yes
81 bool "Enable full debugging output in iwl4965 driver"
84 This option will enable debug tracing output for the iwl4965
87 This will result in the kernel module being ~100k larger. You can
88 control which debug output is sent to the kernel log by setting the
91 /sys/class/net/wlan0/device/debug_level
93 This entry will only exist if this option is enabled.
95 To set a value, simply echo an 8-byte hex value to the same file:
97 % echo 0x43fff > /sys/class/net/wlan0/device/debug_level
99 You can find the list of debug mask values in:
100 drivers/net/wireless/iwlwifi/iwl-4965-debug.h
102 If this is your first time using this driver, you should say Y here
103 as the debug information can assist others in helping you resolve
104 any problems you may encounter.
107 bool "Intel Wireless WiFi 5000AGN"
110 This option enables support for Intel Wireless WiFi Link 5000AGN Family
111 Dependency on 4965 is temporary
113 config IWL5000_RUN_TIME_CALIB
114 bool "Enable run time Calibration for 5000 NIC"
115 select IWLWIFI_RUN_TIME_CALIB
119 This option will enable run time calibration for the iwl5000 driver.
120 These calibrations are Sensitivity and Chain Noise. If unsure, say yes
123 config IWLWIFI_DEBUGFS
124 bool "Iwlwifi debugfs support"
125 depends on IWLCORE && IWLWIFI_DEBUG && MAC80211_DEBUGFS
127 Enable creation of debugfs files for the iwlwifi drivers.
130 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
131 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
134 select MAC80211_LEDS if IWL3945_LEDS
135 select LEDS_CLASS if IWL3945_LEDS
137 Select to build the driver supporting the:
139 Intel PRO/Wireless 3945ABG/BG Network Connection
141 This driver uses the kernel's mac80211 subsystem.
143 In order to use this driver, you will need a microcode (uCode)
144 image for it. You can obtain the microcode from:
146 <http://intellinuxwireless.org/>.
148 The microcode is typically installed in /lib/firmware. You can
149 look in the hotplug script /etc/hotplug/firmware.agent to
150 determine which directory FIRMWARE_DIR is set to when the script
153 If you want to compile the driver as a module ( = code which can be
154 inserted in and removed from the running kernel whenever you want),
155 say M here and read <file:Documentation/kbuild/modules.txt>. The
156 module will be called iwl3945.ko.
158 config IWL3945_SPECTRUM_MEASUREMENT
159 bool "Enable Spectrum Measurement in iwl3945 drivers"
162 This option will enable spectrum measurement for the iwl3945 driver.
165 bool "Enable LEDS features in iwl3945 driver"
168 This option enables LEDS for the iwl3945 driver.
171 bool "Enable full debugging output in iwl3945 driver"
174 This option will enable debug tracing output for the iwl3945
177 This will result in the kernel module being ~100k larger. You can
178 control which debug output is sent to the kernel log by setting the
181 /sys/bus/pci/drivers/${DRIVER}/debug_level
183 This entry will only exist if this option is enabled.
185 To set a value, simply echo an 8-byte hex value to the same file:
187 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
189 You can find the list of debug mask values in:
190 drivers/net/wireless/iwlwifi/iwl-3945-debug.h
192 If this is your first time using this driver, you should say Y here
193 as the debug information can assist others in helping you resolve
194 any problems you may encounter.