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"
14 Select this if you want LED support.
16 config IWLWIFI_SPECTRUM_MEASUREMENT
17 bool "Enable Spectrum Measurement in iwlagn driver"
20 This option will enable spectrum measurement for the iwlagn driver.
23 bool "Enable full debugging output in iwlagn and iwl3945 drivers"
26 This option will enable debug tracing output for the iwlwifi drivers
28 This will result in the kernel module being ~100k larger. You can
29 control which debug output is sent to the kernel log by setting the
32 /sys/class/net/wlan0/device/debug_level
34 This entry will only exist if this option is enabled.
36 To set a value, simply echo an 8-byte hex value to the same file:
38 % echo 0x43fff > /sys/class/net/wlan0/device/debug_level
40 You can find the list of debug mask values in:
41 drivers/net/wireless/iwlwifi/iwl-debug.h
43 If this is your first time using this driver, you should say Y here
44 as the debug information can assist others in helping you resolve
45 any problems you may encounter.
47 config IWLWIFI_DEBUGFS
48 bool "iwlagn debugfs support"
49 depends on IWLWIFI && IWLWIFI_DEBUG && MAC80211_DEBUGFS
51 Enable creation of debugfs files for the iwlwifi drivers.
54 tristate "Intel Wireless WiFi Next Gen AGN (iwlagn)"
57 Select to build the driver supporting the:
59 Intel Wireless WiFi Link Next-Gen AGN
61 This driver uses the kernel's mac80211 subsystem.
63 In order to use this driver, you will need a microcode (uCode)
64 image for it. You can obtain the microcode from:
66 <http://intellinuxwireless.org/>.
68 The microcode is typically installed in /lib/firmware. You can
69 look in the hotplug script /etc/hotplug/firmware.agent to
70 determine which directory FIRMWARE_DIR is set to when the script
73 If you want to compile the driver as a module ( = code which can be
74 inserted in and removed from the running kernel whenever you want),
75 say M here and read <file:Documentation/kbuild/modules.txt>. The
76 module will be called iwlagn.
80 bool "Intel Wireless WiFi 4965AGN"
83 This option enables support for Intel Wireless WiFi Link 4965AGN
86 bool "Intel Wireless WiFi 5000AGN; Intel WiFi Link 1000, 6000, and 6050 Series"
89 This option enables support for Intel Wireless WiFi Link 5000AGN Family
92 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection (iwl3945)"
95 Select to build the driver supporting the:
97 Intel PRO/Wireless 3945ABG/BG Network Connection
99 This driver uses the kernel's mac80211 subsystem.
101 In order to use this driver, you will need a microcode (uCode)
102 image for it. You can obtain the microcode from:
104 <http://intellinuxwireless.org/>.
106 The microcode is typically installed in /lib/firmware. You can
107 look in the hotplug script /etc/hotplug/firmware.agent to
108 determine which directory FIRMWARE_DIR is set to when the script
111 If you want to compile the driver as a module ( = code which can be
112 inserted in and removed from the running kernel whenever you want),
113 say M here and read <file:Documentation/kbuild/modules.txt>. The
114 module will be called iwl3945.
116 config IWL3945_SPECTRUM_MEASUREMENT
117 bool "Enable Spectrum Measurement in iwl3945 driver"
120 This option will enable spectrum measurement for the iwl3945 driver.