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
11 select RFKILL_INPUT if IWLWIFI_RFKILL
18 boolean "IWLWIFI RF kill support"
22 tristate "Intel Wireless WiFi 4965AGN"
23 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
27 Select to build the driver supporting the:
29 Intel Wireless WiFi Link 4965AGN
31 This driver uses the kernel's mac80211 subsystem.
33 In order to use this driver, you will need a microcode (uCode)
34 image for it. You can obtain the microcode from:
36 <http://intellinuxwireless.org/>.
38 The microcode is typically installed in /lib/firmware. You can
39 look in the hotplug script /etc/hotplug/firmware.agent to
40 determine which directory FIRMWARE_DIR is set to when the script
43 If you want to compile the driver as a module ( = code which can be
44 inserted in and removed from the running kernel whenever you want),
45 say M here and read <file:Documentation/kbuild/modules.txt>. The
46 module will be called iwl4965.ko.
49 bool "Enable LEDS features in iwl4965 driver"
53 This option enables LEDS for the iwlwifi drivers
56 config IWL4965_SPECTRUM_MEASUREMENT
57 bool "Enable Spectrum Measurement in iwl4965 driver"
60 This option will enable spectrum measurement for the iwl4965 driver.
63 bool "Enable full debugging output in iwl4965 driver"
66 This option will enable debug tracing output for the iwl4965
69 This will result in the kernel module being ~100k larger. You can
70 control which debug output is sent to the kernel log by setting the
73 /sys/class/net/wlan0/device/debug_level
75 This entry will only exist if this option is enabled.
77 To set a value, simply echo an 8-byte hex value to the same file:
79 % echo 0x43fff > /sys/class/net/wlan0/device/debug_level
81 You can find the list of debug mask values in:
82 drivers/net/wireless/iwlwifi/iwl-4965-debug.h
84 If this is your first time using this driver, you should say Y here
85 as the debug information can assist others in helping you resolve
86 any problems you may encounter.
89 bool "Intel Wireless WiFi 5000AGN"
92 This option enables support for Intel Wireless WiFi Link 5000AGN Family
93 Dependency on 4965 is temporary
95 config IWLWIFI_DEBUGFS
96 bool "Iwlwifi debugfs support"
97 depends on IWLCORE && IWLWIFI_DEBUG && MAC80211_DEBUGFS
99 Enable creation of debugfs files for the iwlwifi drivers.
102 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
103 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
106 select MAC80211_LEDS if IWL3945_LEDS
107 select LEDS_CLASS if IWL3945_LEDS
109 Select to build the driver supporting the:
111 Intel PRO/Wireless 3945ABG/BG Network Connection
113 This driver uses the kernel's mac80211 subsystem.
115 In order to use this driver, you will need a microcode (uCode)
116 image for it. You can obtain the microcode from:
118 <http://intellinuxwireless.org/>.
120 The microcode is typically installed in /lib/firmware. You can
121 look in the hotplug script /etc/hotplug/firmware.agent to
122 determine which directory FIRMWARE_DIR is set to when the script
125 If you want to compile the driver as a module ( = code which can be
126 inserted in and removed from the running kernel whenever you want),
127 say M here and read <file:Documentation/kbuild/modules.txt>. The
128 module will be called iwl3945.ko.
130 config IWL3945_SPECTRUM_MEASUREMENT
131 bool "Enable Spectrum Measurement in iwl3945 drivers"
134 This option will enable spectrum measurement for the iwl3945 driver.
137 bool "Enable LEDS features in iwl3945 driver"
140 This option enables LEDS for the iwl3945 driver.
143 bool "Enable full debugging output in iwl3945 driver"
146 This option will enable debug tracing output for the iwl3945
149 This will result in the kernel module being ~100k larger. You can
150 control which debug output is sent to the kernel log by setting the
153 /sys/bus/pci/drivers/${DRIVER}/debug_level
155 This entry will only exist if this option is enabled.
157 To set a value, simply echo an 8-byte hex value to the same file:
159 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
161 You can find the list of debug mask values in:
162 drivers/net/wireless/iwlwifi/iwl-3945-debug.h
164 If this is your first time using this driver, you should say Y here
165 as the debug information can assist others in helping you resolve
166 any problems you may encounter.