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-05-03 14:49:36 +00:00
|
|
|
config RTL8192SE
|
|
|
|
tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter"
|
|
|
|
depends on MAC80211 && EXPERIMENTAL
|
|
|
|
select FW_LOADER
|
|
|
|
select RTLWIFI
|
|
|
|
---help---
|
|
|
|
This is the driver for Realtek RTL8192SE/RTL8191SE 802.11n PCIe
|
|
|
|
wireless network adapters.
|
|
|
|
|
|
|
|
If you choose to build it as a module, it will be called rtl8192se
|
|
|
|
|
2011-06-10 20:12:10 +00:00
|
|
|
config RTL8192DE
|
|
|
|
tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter"
|
|
|
|
depends on MAC80211 && EXPERIMENTAL
|
|
|
|
select FW_LOADER
|
|
|
|
select RTLWIFI
|
|
|
|
---help---
|
|
|
|
This is the driver for Realtek RTL8192DE/RTL8188DE 802.11n PCIe
|
|
|
|
wireless network adapters.
|
|
|
|
|
|
|
|
If you choose to build it as a module, it will be called rtl8192de
|
|
|
|
|
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-06-10 20:12:10 +00:00
|
|
|
depends on RTL8192CE || RTL8192CU || RTL8192SE || RTL8192DE
|
2010-12-08 17:12:31 +00:00
|
|
|
default m
|
2011-02-23 16:24:58 +00:00
|
|
|
|
|
|
|
config RTL8192C_COMMON
|
|
|
|
tristate
|
2011-06-10 20:12:10 +00:00
|
|
|
depends on RTL8192CE || RTL8192CU
|
2011-02-23 16:24:58 +00:00
|
|
|
default m
|