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
8 select RFKILL if IWLWIFI_RFKILL
9 select MAC80211_LEDS if IWL3945_LEDS
10 select LEDS_CLASS if IWL3945_LEDS
13 bool "Enable LED support in iwlagn driver"
17 bool "Enable RF kill support in iwlagn and iwl3945 drivers"
20 config IWLWIFI_SPECTRUM_MEASUREMENT
21 bool "Enable Spectrum Measurement in iwlagn driver"
24 This option will enable spectrum measurement for the iwlagn driver.
27 bool "Enable full debugging output in iwlagn and iwl3945 drivers"
30 This option will enable debug tracing output for the iwlwifi drivers
32 This will result in the kernel module being ~100k larger. You can
33 control which debug output is sent to the kernel log by setting the
36 /sys/class/net/wlan0/device/debug_level
38 This entry will only exist if this option is enabled.
40 To set a value, simply echo an 8-byte hex value to the same file:
42 % echo 0x43fff > /sys/class/net/wlan0/device/debug_level
44 You can find the list of debug mask values in:
45 drivers/net/wireless/iwlwifi/iwl-debug.h
47 If this is your first time using this driver, you should say Y here
48 as the debug information can assist others in helping you resolve
49 any problems you may encounter.
51 config IWLWIFI_DEBUGFS
52 bool "iwlagn debugfs support"
53 depends on IWLWIFI && IWLWIFI_DEBUG && MAC80211_DEBUGFS
55 Enable creation of debugfs files for the iwlwifi drivers.
58 tristate "Intel Wireless WiFi Next Gen AGN (iwlagn)"
61 Select to build the driver supporting the:
63 Intel Wireless WiFi Link Next-Gen AGN
65 This driver uses the kernel's mac80211 subsystem.
67 In order to use this driver, you will need a microcode (uCode)
68 image for it. You can obtain the microcode from:
70 <http://intellinuxwireless.org/>.
72 The microcode is typically installed in /lib/firmware. You can
73 look in the hotplug script /etc/hotplug/firmware.agent to
74 determine which directory FIRMWARE_DIR is set to when the script
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 iwlagn.ko.
84 bool "Intel Wireless WiFi 4965AGN"
87 This option enables support for Intel Wireless WiFi Link 4965AGN
90 bool "Intel Wireless WiFi 5000AGN; Intel WiFi Link 1000, 6000, and 6050 Series"
93 This option enables support for Intel Wireless WiFi Link 5000AGN Family
96 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection (iwl3945)"
99 Select to build the driver supporting the:
101 Intel PRO/Wireless 3945ABG/BG Network Connection
103 This driver uses the kernel's mac80211 subsystem.
105 In order to use this driver, you will need a microcode (uCode)
106 image for it. You can obtain the microcode from:
108 <http://intellinuxwireless.org/>.
110 The microcode is typically installed in /lib/firmware. You can
111 look in the hotplug script /etc/hotplug/firmware.agent to
112 determine which directory FIRMWARE_DIR is set to when the script
115 If you want to compile the driver as a module ( = code which can be
116 inserted in and removed from the running kernel whenever you want),
117 say M here and read <file:Documentation/kbuild/modules.txt>. The
118 module will be called iwl3945.ko.
120 config IWL3945_SPECTRUM_MEASUREMENT
121 bool "Enable Spectrum Measurement in iwl3945 driver"
124 This option will enable spectrum measurement for the iwl3945 driver.
127 bool "Enable LEDS features in iwl3945 driver"
130 This option enables LEDS for the iwl3945 driver.