Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[pandora-kernel.git] / drivers / net / wireless / iwlwifi / Kconfig
1 config IWLWIFI
2         tristate "Intel Wireless Wifi"
3         depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
4         select LIB80211
5         select FW_LOADER
6         select MAC80211_LEDS if IWLWIFI_LEDS
7         select LEDS_CLASS if IWLWIFI_LEDS
8
9 config IWLWIFI_LEDS
10         bool "Enable LED support in iwlagn and iwl3945 drivers"
11         depends on IWLWIFI
12
13 config IWLWIFI_RFKILL
14         def_bool y
15         depends on IWLWIFI && RFKILL
16
17 config IWLWIFI_SPECTRUM_MEASUREMENT
18         bool "Enable Spectrum Measurement in iwlagn driver"
19         depends on IWLWIFI
20         ---help---
21           This option will enable spectrum measurement for the iwlagn driver.
22
23 config IWLWIFI_DEBUG
24         bool "Enable full debugging output in iwlagn and iwl3945 drivers"
25         depends on IWLWIFI
26         ---help---
27           This option will enable debug tracing output for the iwlwifi drivers
28
29           This will result in the kernel module being ~100k larger.  You can
30           control which debug output is sent to the kernel log by setting the
31           value in
32
33                 /sys/class/net/wlan0/device/debug_level
34
35           This entry will only exist if this option is enabled.
36
37           To set a value, simply echo an 8-byte hex value to the same file:
38
39                   % echo 0x43fff > /sys/class/net/wlan0/device/debug_level
40
41           You can find the list of debug mask values in:
42                   drivers/net/wireless/iwlwifi/iwl-debug.h
43
44           If this is your first time using this driver, you should say Y here
45           as the debug information can assist others in helping you resolve
46           any problems you may encounter.
47
48 config IWLWIFI_DEBUGFS
49         bool "iwlagn debugfs support"
50         depends on IWLWIFI && IWLWIFI_DEBUG && MAC80211_DEBUGFS
51         ---help---
52           Enable creation of debugfs files for the iwlwifi drivers.
53
54 config IWLAGN
55         tristate "Intel Wireless WiFi Next Gen AGN (iwlagn)"
56         depends on IWLWIFI
57         ---help---
58           Select to build the driver supporting the:
59
60           Intel Wireless WiFi Link Next-Gen AGN
61
62           This driver uses the kernel's mac80211 subsystem.
63
64           In order to use this driver, you will need a microcode (uCode)
65           image for it. You can obtain the microcode from:
66
67                   <http://intellinuxwireless.org/>.
68
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
72           runs.
73
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.
78
79
80 config IWL4965
81         bool "Intel Wireless WiFi 4965AGN"
82         depends on IWLAGN
83         ---help---
84           This option enables support for Intel Wireless WiFi Link 4965AGN
85
86 config IWL5000
87         bool "Intel Wireless WiFi 5000AGN; Intel WiFi Link 1000, 6000, and 6050 Series"
88         depends on IWLAGN
89         ---help---
90           This option enables support for Intel Wireless WiFi Link 5000AGN Family
91
92 config IWL3945
93         tristate "Intel PRO/Wireless 3945ABG/BG Network Connection (iwl3945)"
94         depends on IWLWIFI
95         ---help---
96           Select to build the driver supporting the:
97
98           Intel PRO/Wireless 3945ABG/BG Network Connection
99
100           This driver uses the kernel's mac80211 subsystem.
101
102           In order to use this driver, you will need a microcode (uCode)
103           image for it. You can obtain the microcode from:
104
105                   <http://intellinuxwireless.org/>.
106
107           The microcode is typically installed in /lib/firmware. You can
108           look in the hotplug script /etc/hotplug/firmware.agent to
109           determine which directory FIRMWARE_DIR is set to when the script
110           runs.
111
112           If you want to compile the driver as a module ( = code which can be
113           inserted in and removed from the running kernel whenever you want),
114           say M here and read <file:Documentation/kbuild/modules.txt>.  The
115           module will be called iwl3945.ko.
116
117 config IWL3945_SPECTRUM_MEASUREMENT
118         bool "Enable Spectrum Measurement in iwl3945 driver"
119         depends on IWL3945
120         ---help---
121           This option will enable spectrum measurement for the iwl3945 driver.