Merge branches 'pxa' and 'orion-fixes1'
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / iwlwifi / Kconfig
1 config IWLCORE
2         tristate "Intel Wireless Wifi Core"
3         depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
4
5 config IWLWIFI_LEDS
6         bool
7         default n
8
9 config IWLWIFI_RFKILL
10         boolean "IWLWIFI RF kill support"
11         depends on IWLCORE
12         select RFKILL
13         select RFKILL_INPUT
14
15 config IWL4965
16         tristate "Intel Wireless WiFi 4965AGN"
17         depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
18         select FW_LOADER
19         select IWLCORE
20         ---help---
21           Select to build the driver supporting the:
22
23           Intel Wireless WiFi Link 4965AGN
24
25           This driver uses the kernel's mac80211 subsystem.
26
27           In order to use this driver, you will need a microcode (uCode)
28           image for it. You can obtain the microcode from:
29
30                   <http://intellinuxwireless.org/>.
31
32           The microcode is typically installed in /lib/firmware. You can
33           look in the hotplug script /etc/hotplug/firmware.agent to
34           determine which directory FIRMWARE_DIR is set to when the script
35           runs.
36
37           If you want to compile the driver as a module ( = code which can be
38           inserted in and removed from the running kernel whenever you want),
39           say M here and read <file:Documentation/kbuild/modules.txt>.  The
40           module will be called iwl4965.ko.
41
42 config IWL4965_HT
43         bool "Enable 802.11n HT features in iwl4965 driver"
44         depends on EXPERIMENTAL
45         depends on IWL4965
46         ---help---
47           This option enables IEEE 802.11n High Throughput features
48           for the iwl4965 driver.
49
50 config IWL4965_LEDS
51         bool "Enable LEDS features in iwl4965 driver"
52         depends on IWL4965
53         select MAC80211_LEDS
54         select LEDS_CLASS
55         select IWLWIFI_LEDS
56         ---help---
57           This option enables LEDS for the iwlwifi drivers
58
59
60 config IWL4965_SPECTRUM_MEASUREMENT
61         bool "Enable Spectrum Measurement in iwl4965 driver"
62         depends on IWL4965
63         ---help---
64           This option will enable spectrum measurement for the iwl4965 driver.
65
66 config IWL4965_SENSITIVITY
67         bool "Enable Sensitivity Calibration in iwl4965 driver"
68         depends on IWL4965
69         ---help---
70           This option will enable sensitivity calibration for the iwl4965
71           driver.
72
73 config IWLWIFI_DEBUG
74         bool "Enable full debugging output in iwl4965 driver"
75         depends on IWL4965
76         ---help---
77           This option will enable debug tracing output for the iwl4965
78           driver.
79
80           This will result in the kernel module being ~100k larger.  You can
81           control which debug output is sent to the kernel log by setting the
82           value in
83
84                   /sys/bus/pci/drivers/${DRIVER}/debug_level
85
86           This entry will only exist if this option is enabled.
87
88           To set a value, simply echo an 8-byte hex value to the same file:
89
90                   % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
91
92           You can find the list of debug mask values in:
93                   drivers/net/wireless/iwlwifi/iwl-4965-debug.h
94
95           If this is your first time using this driver, you should say Y here
96           as the debug information can assist others in helping you resolve
97           any problems you may encounter.
98
99 config IWLWIFI_DEBUGFS
100         bool "Iwlwifi debugfs support"
101         depends on IWLCORE && IWLWIFI_DEBUG && MAC80211_DEBUGFS
102         ---help---
103           Enable creation of debugfs files for the iwlwifi drivers.
104
105 config IWL3945
106         tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
107         depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
108         select FW_LOADER
109         ---help---
110           Select to build the driver supporting the:
111
112           Intel PRO/Wireless 3945ABG/BG Network Connection
113
114           This driver uses the kernel's mac80211 subsystem.
115
116           In order to use this driver, you will need a microcode (uCode)
117           image for it. You can obtain the microcode from:
118
119                   <http://intellinuxwireless.org/>.
120
121           The microcode is typically installed in /lib/firmware. You can
122           look in the hotplug script /etc/hotplug/firmware.agent to
123           determine which directory FIRMWARE_DIR is set to when the script
124           runs.
125
126           If you want to compile the driver as a module ( = code which can be
127           inserted in and removed from the running kernel whenever you want),
128           say M here and read <file:Documentation/kbuild/modules.txt>.  The
129           module will be called iwl3945.ko.
130
131 config IWL3945_SPECTRUM_MEASUREMENT
132         bool "Enable Spectrum Measurement in iwl3945 drivers"
133         depends on IWL3945
134         ---help---
135           This option will enable spectrum measurement for the iwl3945 driver.
136
137 config IWL3945_LEDS
138         bool "Enable LEDS features in iwl3945 driver"
139         depends on IWL3945
140         select MAC80211_LEDS
141         select LEDS_CLASS
142         ---help---
143           This option enables LEDS for the iwl3945 driver.
144
145 config IWL3945_DEBUG
146         bool "Enable full debugging output in iwl3945 driver"
147         depends on IWL3945
148         ---help---
149           This option will enable debug tracing output for the iwl3945
150           driver.
151
152           This will result in the kernel module being ~100k larger.  You can
153           control which debug output is sent to the kernel log by setting the
154           value in
155
156                   /sys/bus/pci/drivers/${DRIVER}/debug_level
157
158           This entry will only exist if this option is enabled.
159
160           To set a value, simply echo an 8-byte hex value to the same file:
161
162                   % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
163
164           You can find the list of debug mask values in:
165                   drivers/net/wireless/iwlwifi/iwl-3945-debug.h
166
167           If this is your first time using this driver, you should say Y here
168           as the debug information can assist others in helping you resolve
169           any problems you may encounter.
170