Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
[deliverable/linux.git] / drivers / net / wireless / rtlwifi / Kconfig
CommitLineData
0c817338 1config RTL8192CE
663dcc73
LF
2 tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter"
3 depends on MAC80211 && PCI && EXPERIMENTAL
0c817338
LF
4 select FW_LOADER
5 select RTLWIFI
1472d3a8 6 select RTL8192C_COMMON
0c817338
LF
7 ---help---
8 This is the driver for Realtek RTL8192CE/RTL8188CE 802.11n PCIe
9 wireless network adapters.
10
18db45c4 11 If you choose to build it as a module, it will be called rtl8192ce
0c817338 12
85e09b40
CL
13config RTL8192SE
14 tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter"
bad3118f 15 depends on MAC80211 && EXPERIMENTAL && PCI
85e09b40
CL
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
f9fc5136
CL
24config RTL8192DE
25 tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter"
bad3118f 26 depends on MAC80211 && EXPERIMENTAL && PCI
f9fc5136
CL
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
663dcc73
LF
35config RTL8192CU
36 tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter"
37 depends on MAC80211 && USB && EXPERIMENTAL
38 select FW_LOADER
39 select RTLWIFI
1472d3a8 40 select RTL8192C_COMMON
663dcc73
LF
41 ---help---
42 This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB
43 wireless network adapters.
44
45 If you choose to build it as a module, it will be called rtl8192cu
46
0c817338
LF
47config RTLWIFI
48 tristate
f9fc5136 49 depends on RTL8192CE || RTL8192CU || RTL8192SE || RTL8192DE
0c817338 50 default m
1472d3a8 51
481b9606 52config RTLWIFI_DEBUG
4e3c3b88 53 bool "Additional debugging output"
481b9606
JP
54 depends on RTL8192CE || RTL8192CU || RTL8192SE || RTL8192DE
55 default y
56
1472d3a8
LF
57config RTL8192C_COMMON
58 tristate
f9fc5136 59 depends on RTL8192CE || RTL8192CU
1472d3a8 60 default m
This page took 0.166267 seconds and 5 git commands to generate.