blob: 7253de3d8c6671c78e732b001e7270731465d039 [file] [log] [blame]
Larry Finger06e7cda32013-02-12 16:09:02 -06001config RTLWIFI
2 tristate "Realtek wireless card support"
3 depends on MAC80211
4 select FW_LOADER
5 ---help---
6 This is common code for RTL8192CE/RTL8192CU/RTL8192SE/RTL8723AE
7 drivers. This module does nothing by itself - the various front-end
8 drivers need to be enabled to support any desired devices.
9
10 If you choose to build as a module, it'll be called rtlwifi.
11
12config RTLWIFI_DEBUG
13 bool "Debugging output for rtlwifi driver family"
14 depends on RTLWIFI
15 default y
16 ---help---
17 To use the module option that sets the dynamic-debugging level for,
18 the front-end driver, this parameter must be "Y". For memory-limited
19 systems, choose "N". If in doubt, choose "Y".
20
Larry Finger0c817332010-12-08 11:12:31 -060021config RTL8192CE
Larry Finger663dcc72011-02-19 16:29:52 -060022 tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter"
Larry Finger06e7cda32013-02-12 16:09:02 -060023 depends on RTLWIFI && PCI
Larry Finger1472d3a2011-02-23 10:24:58 -060024 select RTL8192C_COMMON
Larry Finger0c817332010-12-08 11:12:31 -060025 ---help---
26 This is the driver for Realtek RTL8192CE/RTL8188CE 802.11n PCIe
27 wireless network adapters.
28
Anisse Astier18db45c2010-12-17 11:45:01 +010029 If you choose to build it as a module, it will be called rtl8192ce
Larry Finger0c817332010-12-08 11:12:31 -060030
Chaoming Li85e09b42011-05-03 09:49:36 -050031config RTL8192SE
32 tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter"
Larry Finger06e7cda32013-02-12 16:09:02 -060033 depends on RTLWIFI && PCI
Chaoming Li85e09b42011-05-03 09:49:36 -050034 ---help---
35 This is the driver for Realtek RTL8192SE/RTL8191SE 802.11n PCIe
36 wireless network adapters.
37
38 If you choose to build it as a module, it will be called rtl8192se
39
Chaoming Lif9fc5132011-06-10 15:12:10 -050040config RTL8192DE
41 tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter"
Larry Finger06e7cda32013-02-12 16:09:02 -060042 depends on RTLWIFI && PCI
Chaoming Lif9fc5132011-06-10 15:12:10 -050043 ---help---
44 This is the driver for Realtek RTL8192DE/RTL8188DE 802.11n PCIe
45 wireless network adapters.
46
47 If you choose to build it as a module, it will be called rtl8192de
48
Larry Fingera2905932012-10-25 13:46:45 -050049config RTL8723AE
50 tristate "Realtek RTL8723AE PCIe Wireless Network Adapter"
Larry Finger06e7cda32013-02-12 16:09:02 -060051 depends on RTLWIFI && PCI
Larry Fingera2905932012-10-25 13:46:45 -050052 ---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
Larry Finger8b138d42013-03-24 22:06:57 -050058config RTL8188EE
59 tristate "Realtek RTL8188EE Wireless Network Adapter"
60 depends on RTLWIFI && PCI
61 ---help---
62 This is the driver for Realtek RTL8188EE 802.11n PCIe
63 wireless network adapters.
64
65 If you choose to build it as a module, it will be called rtl8188ee
66
Larry Finger663dcc72011-02-19 16:29:52 -060067config RTL8192CU
68 tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter"
Larry Finger06e7cda32013-02-12 16:09:02 -060069 depends on RTLWIFI && USB
Larry Finger1472d3a2011-02-23 10:24:58 -060070 select RTL8192C_COMMON
Larry Finger663dcc72011-02-19 16:29:52 -060071 ---help---
72 This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB
73 wireless network adapters.
74
75 If you choose to build it as a module, it will be called rtl8192cu
76
Larry Finger1472d3a2011-02-23 10:24:58 -060077config RTL8192C_COMMON
78 tristate
Chaoming Lif9fc5132011-06-10 15:12:10 -050079 depends on RTL8192CE || RTL8192CU
Larry Finger1472d3a2011-02-23 10:24:58 -060080 default m