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