rtlwifi: btcoexist: Add new mini driver
[deliverable/linux.git] / drivers / net / wireless / rtlwifi / Kconfig
1 menuconfig RTL_CARDS
2 tristate "Realtek rtlwifi family of devices"
3 depends on MAC80211 && (PCI || USB)
4 default y
5 ---help---
6 This option will enable support for the Realtek mac80211-based
7 wireless drivers. Drivers rtl8192ce, rtl8192cu, rtl8192se, rtl8192de,
8 rtl8723ae, and rtl8188ae share some common code.
9
10 if RTL_CARDS
11
12 config RTL8192CE
13 tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter"
14 depends on PCI
15 select RTL8192C_COMMON
16 select RTLWIFI
17 select RTLWIFI_PCI
18 ---help---
19 This is the driver for Realtek RTL8192CE/RTL8188CE 802.11n PCIe
20 wireless network adapters.
21
22 If you choose to build it as a module, it will be called rtl8192ce
23
24 config RTL8192SE
25 tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter"
26 depends on PCI
27 select RTLWIFI
28 select RTLWIFI_PCI
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
35 config RTL8192DE
36 tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter"
37 depends on PCI
38 select RTLWIFI
39 select RTLWIFI_PCI
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
46 config RTL8723AE
47 tristate "Realtek RTL8723AE PCIe Wireless Network Adapter"
48 depends on PCI
49 select RTLWIFI
50 select RTLWIFI_PCI
51 select RTLBTCOEXIST
52 ---help---
53 This is the driver for Realtek RTL8723AE 802.11n PCIe
54 wireless network adapters.
55
56 If you choose to build it as a module, it will be called rtl8723ae
57
58 config RTL8188EE
59 tristate "Realtek RTL8188EE Wireless Network Adapter"
60 depends on PCI
61 select RTLWIFI
62 select RTLWIFI_PCI
63 ---help---
64 This is the driver for Realtek RTL8188EE 802.11n PCIe
65 wireless network adapters.
66
67 If you choose to build it as a module, it will be called rtl8188ee
68
69 config RTL8192CU
70 tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter"
71 depends on USB
72 select RTLWIFI
73 select RTLWIFI_USB
74 select RTL8192C_COMMON
75 ---help---
76 This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB
77 wireless network adapters.
78
79 If you choose to build it as a module, it will be called rtl8192cu
80
81 config RTLWIFI
82 tristate
83 select FW_LOADER
84
85 config RTLWIFI_PCI
86 tristate
87
88 config RTLWIFI_USB
89 tristate
90
91 config RTLWIFI_DEBUG
92 bool "Debugging output for rtlwifi driver family"
93 depends on RTLWIFI
94 default y
95 ---help---
96 To use the module option that sets the dynamic-debugging level for,
97 the front-end driver, this parameter must be "Y". For memory-limited
98 systems, choose "N". If in doubt, choose "Y".
99
100 config RTL8192C_COMMON
101 tristate
102 depends on RTL8192CE || RTL8192CU
103 default y
104
105 config RTLBTCOEXIST
106 tristate
107 depends on RTL8723AE
108 default y
109
110 endif
This page took 0.055054 seconds and 5 git commands to generate.