2010-12-08 17:12:31 +00:00
|
|
|
config RTL8192CE
|
2011-02-19 22:29:52 +00:00
|
|
|
tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter"
|
|
|
|
depends on MAC80211 && PCI && EXPERIMENTAL
|
2010-12-08 17:12:31 +00:00
|
|
|
select FW_LOADER
|
|
|
|
select RTLWIFI
|
2011-02-23 16:24:58 +00:00
|
|
|
select RTL8192C_COMMON
|
2010-12-08 17:12:31 +00:00
|
|
|
---help---
|
|
|
|
This is the driver for Realtek RTL8192CE/RTL8188CE 802.11n PCIe
|
|
|
|
wireless network adapters.
|
|
|
|
|
2010-12-17 10:45:01 +00:00
|
|
|
If you choose to build it as a module, it will be called rtl8192ce
|
2010-12-08 17:12:31 +00:00
|
|
|
|
2011-02-19 22:29:52 +00:00
|
|
|
config RTL8192CU
|
|
|
|
tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter"
|
|
|
|
depends on MAC80211 && USB && EXPERIMENTAL
|
|
|
|
select FW_LOADER
|
|
|
|
select RTLWIFI
|
2011-02-23 16:24:58 +00:00
|
|
|
select RTL8192C_COMMON
|
2011-02-19 22:29:52 +00:00
|
|
|
---help---
|
|
|
|
This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB
|
|
|
|
wireless network adapters.
|
|
|
|
|
|
|
|
If you choose to build it as a module, it will be called rtl8192cu
|
|
|
|
|
2010-12-08 17:12:31 +00:00
|
|
|
config RTLWIFI
|
|
|
|
tristate
|
2011-02-19 22:29:52 +00:00
|
|
|
depends on RTL8192CE || RTL8192CU
|
2010-12-08 17:12:31 +00:00
|
|
|
default m
|
2011-02-23 16:24:58 +00:00
|
|
|
|
|
|
|
config RTL8192C_COMMON
|
|
|
|
tristate
|
|
|
|
depends on RTL8192CE || RTL8192CU
|
|
|
|
default m
|