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