]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/net/wireless/rtlwifi/Kconfig
Merge remote-tracking branch 'regulator/fix/tps65217' into tmp
[karo-tx-linux.git] / drivers / net / wireless / rtlwifi / Kconfig
1 config RTL8192CE
2         tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter"
3         depends on MAC80211 && PCI
4         select FW_LOADER
5         select RTLWIFI
6         select RTL8192C_COMMON
7         ---help---
8         This is the driver for Realtek RTL8192CE/RTL8188CE 802.11n PCIe
9         wireless network adapters.
10
11         If you choose to build it as a module, it will be called rtl8192ce
12
13 config RTL8192SE
14         tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter"
15         depends on MAC80211 && PCI
16         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
24 config RTL8192DE
25         tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter"
26         depends on MAC80211 && PCI
27         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
35 config 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
46 config RTL8192CU
47         tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter"
48         depends on MAC80211 && USB
49         select FW_LOADER
50         select RTLWIFI
51         select RTL8192C_COMMON
52         ---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
58 config RTLWIFI
59         tristate
60         depends on RTL8192CE || RTL8192CU || RTL8192SE || RTL8192DE || RTL8723AE
61         default m
62
63 config RTLWIFI_DEBUG
64         bool "Additional debugging output"
65         depends on RTL8192CE || RTL8192CU || RTL8192SE || RTL8192DE || RTL8723AE
66         default y
67
68 config RTL8192C_COMMON
69         tristate
70         depends on RTL8192CE || RTL8192CU
71         default m