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 tristate "Intel Wireless WiFi 4965AGN"
22 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
26 Select to build the driver supporting the:
28 Intel Wireless WiFi Link 4965AGN
30 This driver uses the kernel's mac80211 subsystem.
32 In order to use this driver, you will need a microcode (uCode)
33 image for it. You can obtain the microcode from:
35 <http://intellinuxwireless.org/>.
37 The microcode is typically installed in /lib/firmware. You can
38 look in the hotplug script /etc/hotplug/firmware.agent to
39 determine which directory FIRMWARE_DIR is set to when the script
42 If you want to compile the driver as a module ( = code which can be
43 inserted in and removed from the running kernel whenever you want),
44 say M here and read <file:Documentation/kbuild/modules.txt>. The
45 module will be called iwl4965.ko.
48 bool "Enable LEDS features in iwl4965 driver"
52 This option enables LEDS for the iwlwifi drivers
55 config IWL4965_SPECTRUM_MEASUREMENT
56 bool "Enable Spectrum Measurement in iwl4965 driver"
59 This option will enable spectrum measurement for the iwl4965 driver.
62 bool "Enable full debugging output in iwl4965 driver"
65 This option will enable debug tracing output for the iwl4965
68 This will result in the kernel module being ~100k larger. You can
69 control which debug output is sent to the kernel log by setting the
72 /sys/class/net/wlan0/device/debug_level
74 This entry will only exist if this option is enabled.
76 To set a value, simply echo an 8-byte hex value to the same file:
78 % echo 0x43fff > /sys/class/net/wlan0/device/debug_level
80 You can find the list of debug mask values in:
81 drivers/net/wireless/iwlwifi/iwl-4965-debug.h
83 If this is your first time using this driver, you should say Y here
84 as the debug information can assist others in helping you resolve
85 any problems you may encounter.
88 bool "Intel Wireless WiFi 5000AGN"
91 This option enables support for Intel Wireless WiFi Link 5000AGN Family
92 Dependency on 4965 is temporary
94 config IWLWIFI_DEBUGFS
95 bool "Iwlwifi debugfs support"
96 depends on IWLCORE && IWLWIFI_DEBUG && MAC80211_DEBUGFS
98 Enable creation of debugfs files for the iwlwifi drivers.
101 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
102 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
105 select MAC80211_LEDS if IWL3945_LEDS
106 select LEDS_CLASS if IWL3945_LEDS
107 select RFKILL if IWL3945_RFKILL
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_RFKILL
131 bool "Enable RF kill support in iwl3945 drivers"
134 config IWL3945_SPECTRUM_MEASUREMENT
135 bool "Enable Spectrum Measurement in iwl3945 drivers"
138 This option will enable spectrum measurement for the iwl3945 driver.
141 bool "Enable LEDS features in iwl3945 driver"
144 This option enables LEDS for the iwl3945 driver.
147 bool "Enable full debugging output in iwl3945 driver"
150 This option will enable debug tracing output for the iwl3945
153 This will result in the kernel module being ~100k larger. You can
154 control which debug output is sent to the kernel log by setting the
157 /sys/bus/pci/drivers/${DRIVER}/debug_level
159 This entry will only exist if this option is enabled.
161 To set a value, simply echo an 8-byte hex value to the same file:
163 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
165 You can find the list of debug mask values in:
166 drivers/net/wireless/iwlwifi/iwl-3945-debug.h
168 If this is your first time using this driver, you should say Y here
169 as the debug information can assist others in helping you resolve
170 any problems you may encounter.