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
17 boolean "Iwlwifi RF kill support"
21 bool "Enable full debugging output in iwlagn driver"
24 This option will enable debug tracing output for the iwlwifi drivers
26 This will result in the kernel module being ~100k larger. You can
27 control which debug output is sent to the kernel log by setting the
30 /sys/class/net/wlan0/device/debug_level
32 This entry will only exist if this option is enabled.
34 To set a value, simply echo an 8-byte hex value to the same file:
36 % echo 0x43fff > /sys/class/net/wlan0/device/debug_level
38 You can find the list of debug mask values in:
39 drivers/net/wireless/iwlwifi/iwl-debug.h
41 If this is your first time using this driver, you should say Y here
42 as the debug information can assist others in helping you resolve
43 any problems you may encounter.
45 config IWLWIFI_DEBUGFS
46 bool "Iwlwifi debugfs support"
47 depends on IWLCORE && IWLWIFI_DEBUG && MAC80211_DEBUGFS
49 Enable creation of debugfs files for the iwlwifi drivers.
52 tristate "Intel Wireless WiFi Next Gen AGN"
53 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
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.ko.
78 config IWLAGN_SPECTRUM_MEASUREMENT
79 bool "Enable Spectrum Measurement in iwlagn driver"
82 This option will enable spectrum measurement for the iwlagn driver.
85 bool "Enable LEDS features in iwlagn driver"
89 This option enables LEDS for the iwlagn drivers
93 bool "Intel Wireless WiFi 4965AGN"
96 This option enables support for Intel Wireless WiFi Link 4965AGN
99 bool "Intel Wireless WiFi 5000AGN"
102 This option enables support for Intel Wireless WiFi Link 5000AGN Family
105 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
106 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
109 select MAC80211_LEDS if IWL3945_LEDS
110 select LEDS_CLASS if IWL3945_LEDS
111 select RFKILL if IWL3945_RFKILL
113 Select to build the driver supporting the:
115 Intel PRO/Wireless 3945ABG/BG Network Connection
117 This driver uses the kernel's mac80211 subsystem.
119 In order to use this driver, you will need a microcode (uCode)
120 image for it. You can obtain the microcode from:
122 <http://intellinuxwireless.org/>.
124 The microcode is typically installed in /lib/firmware. You can
125 look in the hotplug script /etc/hotplug/firmware.agent to
126 determine which directory FIRMWARE_DIR is set to when the script
129 If you want to compile the driver as a module ( = code which can be
130 inserted in and removed from the running kernel whenever you want),
131 say M here and read <file:Documentation/kbuild/modules.txt>. The
132 module will be called iwl3945.ko.
134 config IWL3945_RFKILL
135 bool "Enable RF kill support in iwl3945 drivers"
138 config IWL3945_SPECTRUM_MEASUREMENT
139 bool "Enable Spectrum Measurement in iwl3945 drivers"
142 This option will enable spectrum measurement for the iwl3945 driver.
145 bool "Enable LEDS features in iwl3945 driver"
148 This option enables LEDS for the iwl3945 driver.
151 bool "Enable full debugging output in iwl3945 driver"
154 This option will enable debug tracing output for the iwl3945
157 This will result in the kernel module being ~100k larger. You can
158 control which debug output is sent to the kernel log by setting the
161 /sys/bus/pci/drivers/${DRIVER}/debug_level
163 This entry will only exist if this option is enabled.
165 To set a value, simply echo an 8-byte hex value to the same file:
167 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
169 You can find the list of debug mask values in:
170 drivers/net/wireless/iwlwifi/iwl-3945-debug.h
172 If this is your first time using this driver, you should say Y here
173 as the debug information can assist others in helping you resolve
174 any problems you may encounter.