blob: 21b1bbb93a7e41452720a6f9ede17cba3951393e [file] [log] [blame]
Larry Finger0c817332010-12-08 11:12:31 -06001config RTL8192CE
Larry Finger663dcc72011-02-19 16:29:52 -06002 tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter"
Larry Finger7a5f7992012-09-11 16:04:36 -05003 depends on MAC80211 && PCI
Larry Finger0c817332010-12-08 11:12:31 -06004 select FW_LOADER
5 select RTLWIFI
Larry Finger1472d3a2011-02-23 10:24:58 -06006 select RTL8192C_COMMON
Larry Finger0c817332010-12-08 11:12:31 -06007 ---help---
8 This is the driver for Realtek RTL8192CE/RTL8188CE 802.11n PCIe
9 wireless network adapters.
10
Anisse Astier18db45c2010-12-17 11:45:01 +010011 If you choose to build it as a module, it will be called rtl8192ce
Larry Finger0c817332010-12-08 11:12:31 -060012
Chaoming Li85e09b42011-05-03 09:49:36 -050013config RTL8192SE
14 tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter"
Larry Finger7a5f7992012-09-11 16:04:36 -050015 depends on MAC80211 && PCI
Chaoming Li85e09b42011-05-03 09:49:36 -050016 select FW_LOADER
17 select RTLWIFI
18 ---help---
19 This is the driver for Realtek RTL8192SE/RTL8191SE 802.11n PCIe
20 wireless network adapters.
21
22 If you choose to build it as a module, it will be called rtl8192se
23
Chaoming Lif9fc5132011-06-10 15:12:10 -050024config RTL8192DE
25 tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter"
Larry Finger7a5f7992012-09-11 16:04:36 -050026 depends on MAC80211 && PCI
Chaoming Lif9fc5132011-06-10 15:12:10 -050027 select FW_LOADER
28 select RTLWIFI
29 ---help---
30 This is the driver for Realtek RTL8192DE/RTL8188DE 802.11n PCIe
31 wireless network adapters.
32
33 If you choose to build it as a module, it will be called rtl8192de
34
Larry Fingera2905932012-10-25 13:46:45 -050035config RTL8723AE
36 tristate "Realtek RTL8723AE PCIe Wireless Network Adapter"
37 depends on MAC80211 && PCI && EXPERIMENTAL
38 select FW_LOADER
39 select RTLWIFI
40 ---help---
41 This is the driver for Realtek RTL8723AE 802.11n PCIe
42 wireless network adapters.
43
44 If you choose to build it as a module, it will be called rtl8723ae
45
Larry Finger663dcc72011-02-19 16:29:52 -060046config RTL8192CU
47 tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter"
Larry Finger7a5f7992012-09-11 16:04:36 -050048 depends on MAC80211 && USB
Larry Finger663dcc72011-02-19 16:29:52 -060049 select FW_LOADER
50 select RTLWIFI
Larry Finger1472d3a2011-02-23 10:24:58 -060051 select RTL8192C_COMMON
Larry Finger663dcc72011-02-19 16:29:52 -060052 ---help---
53 This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB
54 wireless network adapters.
55
56 If you choose to build it as a module, it will be called rtl8192cu
57
Larry Finger0c817332010-12-08 11:12:31 -060058config RTLWIFI
59 tristate
Chaoming Lif9fc5132011-06-10 15:12:10 -050060 depends on RTL8192CE || RTL8192CU || RTL8192SE || RTL8192DE
Larry Finger0c817332010-12-08 11:12:31 -060061 default m
Larry Finger1472d3a2011-02-23 10:24:58 -060062
Joe Perches481b9602012-01-05 08:29:07 -080063config RTLWIFI_DEBUG
Larry Finger4e3c3b82012-02-16 12:14:36 -060064 bool "Additional debugging output"
Joe Perches481b9602012-01-05 08:29:07 -080065 depends on RTL8192CE || RTL8192CU || RTL8192SE || RTL8192DE
66 default y
67
Larry Finger1472d3a2011-02-23 10:24:58 -060068config RTL8192C_COMMON
69 tristate
Chaoming Lif9fc5132011-06-10 15:12:10 -050070 depends on RTL8192CE || RTL8192CU
Larry Finger1472d3a2011-02-23 10:24:58 -060071 default m