2 tristate "Intel Wireless Wifi"
3 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
6 select MAC80211_LEDS if IWLWIFI_LEDS
7 select LEDS_CLASS if IWLWIFI_LEDS
10 bool "Enable LED support in iwlagn and iwl3945 drivers"
15 depends on IWLWIFI && RFKILL
17 config IWLWIFI_SPECTRUM_MEASUREMENT
18 bool "Enable Spectrum Measurement in iwlagn driver"
21 This option will enable spectrum measurement for the iwlagn driver.
24 bool "Enable full debugging output in iwlagn and iwl3945 drivers"
27 This option will enable debug tracing output for the iwlwifi drivers
29 This will result in the kernel module being ~100k larger. You can
30 control which debug output is sent to the kernel log by setting the
33 /sys/class/net/wlan0/device/debug_level
35 This entry will only exist if this option is enabled.
37 To set a value, simply echo an 8-byte hex value to the same file:
39 % echo 0x43fff > /sys/class/net/wlan0/device/debug_level
41 You can find the list of debug mask values in:
42 drivers/net/wireless/iwlwifi/iwl-debug.h
44 If this is your first time using this driver, you should say Y here
45 as the debug information can assist others in helping you resolve
46 any problems you may encounter.
48 config IWLWIFI_DEBUGFS
49 bool "iwlagn debugfs support"
50 depends on IWLWIFI && IWLWIFI_DEBUG && MAC80211_DEBUGFS
52 Enable creation of debugfs files for the iwlwifi drivers.
55 tristate "Intel Wireless WiFi Next Gen AGN (iwlagn)"
58 Select to build the driver supporting the:
60 Intel Wireless WiFi Link Next-Gen AGN
62 This driver uses the kernel's mac80211 subsystem.
64 In order to use this driver, you will need a microcode (uCode)
65 image for it. You can obtain the microcode from:
67 <http://intellinuxwireless.org/>.
69 The microcode is typically installed in /lib/firmware. You can
70 look in the hotplug script /etc/hotplug/firmware.agent to
71 determine which directory FIRMWARE_DIR is set to when the script
74 If you want to compile the driver as a module ( = code which can be
75 inserted in and removed from the running kernel whenever you want),
76 say M here and read <file:Documentation/kbuild/modules.txt>. The
77 module will be called iwlagn.ko.
81 bool "Intel Wireless WiFi 4965AGN"
84 This option enables support for Intel Wireless WiFi Link 4965AGN
87 bool "Intel Wireless WiFi 5000AGN; Intel WiFi Link 1000, 6000, and 6050 Series"
90 This option enables support for Intel Wireless WiFi Link 5000AGN Family
93 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection (iwl3945)"
96 Select to build the driver supporting the:
98 Intel PRO/Wireless 3945ABG/BG Network Connection
100 This driver uses the kernel's mac80211 subsystem.
102 In order to use this driver, you will need a microcode (uCode)
103 image for it. You can obtain the microcode from:
105 <http://intellinuxwireless.org/>.
107 The microcode is typically installed in /lib/firmware. You can
108 look in the hotplug script /etc/hotplug/firmware.agent to
109 determine which directory FIRMWARE_DIR is set to when the script
112 If you want to compile the driver as a module ( = code which can be
113 inserted in and removed from the running kernel whenever you want),
114 say M here and read <file:Documentation/kbuild/modules.txt>. The
115 module will be called iwl3945.ko.
117 config IWL3945_SPECTRUM_MEASUREMENT
118 bool "Enable Spectrum Measurement in iwl3945 driver"
121 This option will enable spectrum measurement for the iwl3945 driver.