rtlwifi: rtl8188ee: rtl8821ae: Fix a queue locking problem
[deliverable/linux.git] / drivers / net / wireless / rtlwifi / Kconfig
CommitLineData
6f334c2b
LF
1menuconfig RTL_CARDS
2 tristate "Realtek rtlwifi family of devices"
3 depends on MAC80211 && (PCI || USB)
06e7cda3
LF
4 default y
5 ---help---
6f334c2b
LF
6 This option will enable support for the Realtek mac80211-based
7 wireless drivers. Drivers rtl8192ce, rtl8192cu, rtl8192se, rtl8192de,
21e4b072 8 rtl8723ae, rtl8723be, rtl8188ee, and rtl8821ae share some common code.
6f334c2b
LF
9
10if RTL_CARDS
06e7cda3 11
0c817338 12config RTL8192CE
663dcc73 13 tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter"
6f334c2b 14 depends on PCI
1472d3a8 15 select RTL8192C_COMMON
6f334c2b
LF
16 select RTLWIFI
17 select RTLWIFI_PCI
0c817338
LF
18 ---help---
19 This is the driver for Realtek RTL8192CE/RTL8188CE 802.11n PCIe
20 wireless network adapters.
21
18db45c4 22 If you choose to build it as a module, it will be called rtl8192ce
0c817338 23
85e09b40
CL
24config RTL8192SE
25 tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter"
6f334c2b
LF
26 depends on PCI
27 select RTLWIFI
28 select RTLWIFI_PCI
85e09b40
CL
29 ---help---
30 This is the driver for Realtek RTL8192SE/RTL8191SE 802.11n PCIe
31 wireless network adapters.
32
33 If you choose to build it as a module, it will be called rtl8192se
34
f9fc5136
CL
35config RTL8192DE
36 tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter"
6f334c2b
LF
37 depends on PCI
38 select RTLWIFI
39 select RTLWIFI_PCI
f9fc5136
CL
40 ---help---
41 This is the driver for Realtek RTL8192DE/RTL8188DE 802.11n PCIe
42 wireless network adapters.
43
44 If you choose to build it as a module, it will be called rtl8192de
45
a2905935
LF
46config RTL8723AE
47 tristate "Realtek RTL8723AE PCIe Wireless Network Adapter"
6f334c2b
LF
48 depends on PCI
49 select RTLWIFI
50 select RTLWIFI_PCI
0a168b48 51 select RTL8723_COMMON
aa45a673 52 select RTLBTCOEXIST
a2905935
LF
53 ---help---
54 This is the driver for Realtek RTL8723AE 802.11n PCIe
55 wireless network adapters.
56
57 If you choose to build it as a module, it will be called rtl8723ae
58
a619d1ab
LF
59config RTL8723BE
60 tristate "Realtek RTL8723BE PCIe Wireless Network Adapter"
61 depends on PCI
62 select RTLWIFI
63 select RTLWIFI_PCI
64 select RTL8723_COMMON
65 select RTLBTCOEXIST
66 ---help---
67 This is the driver for Realtek RTL8723BE 802.11n PCIe
68 wireless network adapters.
69
70 If you choose to build it as a module, it will be called rtl8723be
71
8b138d48
LF
72config RTL8188EE
73 tristate "Realtek RTL8188EE Wireless Network Adapter"
6f334c2b
LF
74 depends on PCI
75 select RTLWIFI
76 select RTLWIFI_PCI
8b138d48
LF
77 ---help---
78 This is the driver for Realtek RTL8188EE 802.11n PCIe
79 wireless network adapters.
80
81 If you choose to build it as a module, it will be called rtl8188ee
82
21e4b072
LF
83config RTL8821AE
84 tristate "Realtek RTL8821AE/RTL8812AE Wireless Network Adapter"
85 depends on PCI
86 select RTLWIFI
87 select RTLWIFI_PCI
88 ---help---
89 This is the driver for Realtek RTL8i821AE/RTL8812AE 802.11av PCIe
90 wireless network adapters.
91
92 If you choose to build it as a module, it will be called rtl8821ae
93
663dcc73
LF
94config RTL8192CU
95 tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter"
6f334c2b
LF
96 depends on USB
97 select RTLWIFI
98 select RTLWIFI_USB
1472d3a8 99 select RTL8192C_COMMON
663dcc73
LF
100 ---help---
101 This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB
102 wireless network adapters.
103
104 If you choose to build it as a module, it will be called rtl8192cu
105
6f334c2b
LF
106config RTLWIFI
107 tristate
108 select FW_LOADER
109
110config RTLWIFI_PCI
111 tristate
112
113config RTLWIFI_USB
114 tristate
115
116config RTLWIFI_DEBUG
117 bool "Debugging output for rtlwifi driver family"
118 depends on RTLWIFI
119 default y
120 ---help---
121 To use the module option that sets the dynamic-debugging level for,
122 the front-end driver, this parameter must be "Y". For memory-limited
123 systems, choose "N". If in doubt, choose "Y".
124
1472d3a8
LF
125config RTL8192C_COMMON
126 tristate
f9fc5136 127 depends on RTL8192CE || RTL8192CU
6f334c2b
LF
128 default y
129
0a168b48
LF
130config RTL8723_COMMON
131 tristate
a619d1ab 132 depends on RTL8723AE || RTL8723BE
0a168b48
LF
133 default y
134
aa45a673
LF
135config RTLBTCOEXIST
136 tristate
a619d1ab 137 depends on RTL8723AE || RTL8723BE
aa45a673
LF
138 default y
139
6f334c2b 140endif
This page took 1.213035 seconds and 5 git commands to generate.