2010-12-08 20:12:31 +03:00
|
|
|
config RTL8192CE
|
2011-02-20 01:29:52 +03:00
|
|
|
tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter"
|
|
|
|
depends on MAC80211 && PCI && EXPERIMENTAL
|
2010-12-08 20:12:31 +03:00
|
|
|
select FW_LOADER
|
|
|
|
select RTLWIFI
|
2011-02-23 19:24:58 +03:00
|
|
|
select RTL8192C_COMMON
|
2010-12-08 20:12:31 +03:00
|
|
|
---help---
|
|
|
|
This is the driver for Realtek RTL8192CE/RTL8188CE 802.11n PCIe
|
|
|
|
wireless network adapters.
|
|
|
|
|
2010-12-17 13:45:01 +03:00
|
|
|
If you choose to build it as a module, it will be called rtl8192ce
|
2010-12-08 20:12:31 +03:00
|
|
|
|
2011-05-03 18:49:36 +04: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-02-20 01:29:52 +03:00
|
|
|
config RTL8192CU
|
|
|
|
tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter"
|
|
|
|
depends on MAC80211 && USB && EXPERIMENTAL
|
|
|
|
select FW_LOADER
|
|
|
|
select RTLWIFI
|
2011-02-23 19:24:58 +03:00
|
|
|
select RTL8192C_COMMON
|
2011-02-20 01:29:52 +03: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 20:12:31 +03:00
|
|
|
config RTLWIFI
|
|
|
|
tristate
|
2011-05-03 18:49:36 +04:00
|
|
|
depends on RTL8192CE || RTL8192CU || RTL8192SE
|
2010-12-08 20:12:31 +03:00
|
|
|
default m
|
2011-02-23 19:24:58 +03:00
|
|
|
|
|
|
|
config RTL8192C_COMMON
|
|
|
|
tristate
|
2011-05-03 18:49:36 +04:00
|
|
|
depends on RTL8192CE || RTL8192CU || RTL8192SE
|
2011-02-23 19:24:58 +03:00
|
|
|
default m
|