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
11 bool "Enable LED support in iwlagn and iwl3945 drivers"
15 bool "Enable RF kill support in iwlagn and iwl3945 drivers"
18 config IWLWIFI_SPECTRUM_MEASUREMENT
19 bool "Enable Spectrum Measurement in iwlagn driver"
22 This option will enable spectrum measurement for the iwlagn driver.
25 bool "Enable full debugging output in iwlagn and iwl3945 drivers"
28 This option will enable debug tracing output for the iwlwifi drivers
30 This will result in the kernel module being ~100k larger. You can
31 control which debug output is sent to the kernel log by setting the
34 /sys/class/net/wlan0/device/debug_level
36 This entry will only exist if this option is enabled.
38 To set a value, simply echo an 8-byte hex value to the same file:
40 % echo 0x43fff > /sys/class/net/wlan0/device/debug_level
42 You can find the list of debug mask values in:
43 drivers/net/wireless/iwlwifi/iwl-debug.h
45 If this is your first time using this driver, you should say Y here
46 as the debug information can assist others in helping you resolve
47 any problems you may encounter.
49 config IWLWIFI_DEBUGFS
50 bool "iwlagn debugfs support"
51 depends on IWLWIFI && IWLWIFI_DEBUG && MAC80211_DEBUGFS
53 Enable creation of debugfs files for the iwlwifi drivers.
56 tristate "Intel Wireless WiFi Next Gen AGN (iwlagn)"
59 Select to build the driver supporting the:
61 Intel Wireless WiFi Link Next-Gen AGN
63 This driver uses the kernel's mac80211 subsystem.
65 In order to use this driver, you will need a microcode (uCode)
66 image for it. You can obtain the microcode from:
68 <http://intellinuxwireless.org/>.
70 The microcode is typically installed in /lib/firmware. You can
71 look in the hotplug script /etc/hotplug/firmware.agent to
72 determine which directory FIRMWARE_DIR is set to when the script
75 If you want to compile the driver as a module ( = code which can be
76 inserted in and removed from the running kernel whenever you want),
77 say M here and read <file:Documentation/kbuild/modules.txt>. The
78 module will be called iwlagn.ko.
82 bool "Intel Wireless WiFi 4965AGN"
85 This option enables support for Intel Wireless WiFi Link 4965AGN
88 bool "Intel Wireless WiFi 5000AGN; Intel WiFi Link 1000, 6000, and 6050 Series"
91 This option enables support for Intel Wireless WiFi Link 5000AGN Family
94 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection (iwl3945)"
97 Select to build the driver supporting the:
99 Intel PRO/Wireless 3945ABG/BG Network Connection
101 This driver uses the kernel's mac80211 subsystem.
103 In order to use this driver, you will need a microcode (uCode)
104 image for it. You can obtain the microcode from:
106 <http://intellinuxwireless.org/>.
108 The microcode is typically installed in /lib/firmware. You can
109 look in the hotplug script /etc/hotplug/firmware.agent to
110 determine which directory FIRMWARE_DIR is set to when the script
113 If you want to compile the driver as a module ( = code which can be
114 inserted in and removed from the running kernel whenever you want),
115 say M here and read <file:Documentation/kbuild/modules.txt>. The
116 module will be called iwl3945.ko.
118 config IWL3945_SPECTRUM_MEASUREMENT
119 bool "Enable Spectrum Measurement in iwl3945 driver"
122 This option will enable spectrum measurement for the iwl3945 driver.