Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[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
663dcc73
LF
13config RTL8192CU
14 tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter"
15 depends on MAC80211 && USB && EXPERIMENTAL
16 select FW_LOADER
17 select RTLWIFI
1472d3a8 18 select RTL8192C_COMMON
663dcc73
LF
19 ---help---
20 This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB
21 wireless network adapters.
22
23 If you choose to build it as a module, it will be called rtl8192cu
24
0c817338
LF
25config RTLWIFI
26 tristate
663dcc73 27 depends on RTL8192CE || RTL8192CU
0c817338 28 default m
1472d3a8
LF
29
30config RTL8192C_COMMON
31 tristate
32 depends on RTL8192CE || RTL8192CU
33 default m
This page took 0.0562589999999999 seconds and 5 git commands to generate.