5 tristate "Intel Wireless Wifi Core"
6 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
9 select MAC80211_LEDS if IWLWIFI_LEDS
10 select LEDS_CLASS if IWLWIFI_LEDS
11 select RFKILL if IWLWIFI_RFKILL
18 boolean "Iwlwifi RF kill support"
22 bool "Enable full debugging output in iwlagn driver"
25 This option will enable debug tracing output for the iwlwifi drivers
27 This will result in the kernel module being ~100k larger. You can
28 control which debug output is sent to the kernel log by setting the
31 /sys/class/net/wlan0/device/debug_level
33 This entry will only exist if this option is enabled.
35 To set a value, simply echo an 8-byte hex value to the same file:
37 % echo 0x43fff > /sys/class/net/wlan0/device/debug_level
39 You can find the list of debug mask values in:
40 drivers/net/wireless/iwlwifi/iwl-debug.h
42 If this is your first time using this driver, you should say Y here
43 as the debug information can assist others in helping you resolve
44 any problems you may encounter.
46 config IWLWIFI_DEBUGFS
47 bool "Iwlwifi debugfs support"
48 depends on IWLCORE && IWLWIFI_DEBUG && MAC80211_DEBUGFS
50 Enable creation of debugfs files for the iwlwifi drivers.
53 tristate "Intel Wireless WiFi Next Gen AGN"
54 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
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.
79 config IWLAGN_SPECTRUM_MEASUREMENT
80 bool "Enable Spectrum Measurement in iwlagn driver"
83 This option will enable spectrum measurement for the iwlagn driver.
86 bool "Enable LEDS features in iwlagn driver"
90 This option enables LEDS for the iwlagn drivers
94 bool "Intel Wireless WiFi 4965AGN"
97 This option enables support for Intel Wireless WiFi Link 4965AGN
100 bool "Intel Wireless WiFi 5000AGN"
103 This option enables support for Intel Wireless WiFi Link 5000AGN Family
106 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
107 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
111 select MAC80211_LEDS if IWL3945_LEDS
112 select LEDS_CLASS if IWL3945_LEDS
113 select RFKILL if IWL3945_RFKILL
115 Select to build the driver supporting the:
117 Intel PRO/Wireless 3945ABG/BG Network Connection
119 This driver uses the kernel's mac80211 subsystem.
121 In order to use this driver, you will need a microcode (uCode)
122 image for it. You can obtain the microcode from:
124 <http://intellinuxwireless.org/>.
126 The microcode is typically installed in /lib/firmware. You can
127 look in the hotplug script /etc/hotplug/firmware.agent to
128 determine which directory FIRMWARE_DIR is set to when the script
131 If you want to compile the driver as a module ( = code which can be
132 inserted in and removed from the running kernel whenever you want),
133 say M here and read <file:Documentation/kbuild/modules.txt>. The
134 module will be called iwl3945.ko.
136 config IWL3945_RFKILL
137 bool "Enable RF kill support in iwl3945 drivers"
140 config IWL3945_SPECTRUM_MEASUREMENT
141 bool "Enable Spectrum Measurement in iwl3945 drivers"
144 This option will enable spectrum measurement for the iwl3945 driver.
147 bool "Enable LEDS features in iwl3945 driver"
150 This option enables LEDS for the iwl3945 driver.
153 bool "Enable full debugging output in iwl3945 driver"
156 This option will enable debug tracing output for the iwl3945
159 This will result in the kernel module being ~100k larger. You can
160 control which debug output is sent to the kernel log by setting the
163 /sys/bus/pci/drivers/${DRIVER}/debug_level
165 This entry will only exist if this option is enabled.
167 To set a value, simply echo an 8-byte hex value to the same file:
169 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
171 You can find the list of debug mask values in:
172 drivers/net/wireless/iwlwifi/iwl-3945-debug.h
174 If this is your first time using this driver, you should say Y here
175 as the debug information can assist others in helping you resolve
176 any problems you may encounter.