menuconfig [31mCONFIG_RTL_CARDS[0m
tristate "Realtek rtlwifi family of devices"
depends on [31mCONFIG_MAC80211[0m && ([31mCONFIG_PCI[0m || [31mCONFIG_USB[0m)
default y
---help---
This option will enable support for the Realtek mac80211-based
wireless drivers. Drivers rtl8192ce, rtl8192cu, rtl8192se, rtl8192de,
rtl8723ae, rtl8723be, rtl8188ee, rtl8192ee, and rtl8821ae share
some common code.
if [31mCONFIG_RTL_CARDS[0m
config [31mCONFIG_RTL8192CE[0m
tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter"
depends on [31mCONFIG_PCI[0m
select [31mCONFIG_RTL8192C_COMMON[0m
select [31mCONFIG_RTLWIFI[0m
select [31mCONFIG_RTLWIFI_PCI[0m
---help---
This is the driver for Realtek [31mCONFIG_RTL8192CE[0m/RTL8188CE 802.11n PCIe
wireless network adapters.
If you choose to build it as a module, it will be called rtl8192ce
config [31mCONFIG_RTL8192SE[0m
tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter"
depends on [31mCONFIG_PCI[0m
select [31mCONFIG_RTLWIFI[0m
select [31mCONFIG_RTLWIFI_PCI[0m
---help---
This is the driver for Realtek [31mCONFIG_RTL8192SE[0m/RTL8191SE 802.11n PCIe
wireless network adapters.
If you choose to build it as a module, it will be called rtl8192se
config [31mCONFIG_RTL8192DE[0m
tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter"
depends on [31mCONFIG_PCI[0m
select [31mCONFIG_RTLWIFI[0m
select [31mCONFIG_RTLWIFI_PCI[0m
---help---
This is the driver for Realtek [31mCONFIG_RTL8192DE[0m/RTL8188DE 802.11n PCIe
wireless network adapters.
If you choose to build it as a module, it will be called rtl8192de
config [31mCONFIG_RTL8723AE[0m
tristate "Realtek RTL8723AE PCIe Wireless Network Adapter"
depends on [31mCONFIG_PCI[0m
select [31mCONFIG_RTLWIFI[0m
select [31mCONFIG_RTLWIFI_PCI[0m
select [31mCONFIG_RTL8723_COMMON[0m
select [31mCONFIG_RTLBTCOEXIST[0m
---help---
This is the driver for Realtek [31mCONFIG_RTL8723AE[0m 802.11n PCIe
wireless network adapters.
If you choose to build it as a module, it will be called rtl8723ae
config [31mCONFIG_RTL8723BE[0m
tristate "Realtek RTL8723BE PCIe Wireless Network Adapter"
depends on [31mCONFIG_PCI[0m
select [31mCONFIG_RTLWIFI[0m
select [31mCONFIG_RTLWIFI_PCI[0m
select [31mCONFIG_RTL8723_COMMON[0m
select [31mCONFIG_RTLBTCOEXIST[0m
---help---
This is the driver for Realtek [31mCONFIG_RTL8723BE[0m 802.11n PCIe
wireless network adapters.
If you choose to build it as a module, it will be called rtl8723be
config [31mCONFIG_RTL8188EE[0m
tristate "Realtek RTL8188EE Wireless Network Adapter"
depends on [31mCONFIG_PCI[0m
select [31mCONFIG_RTLWIFI[0m
select [31mCONFIG_RTLWIFI_PCI[0m
---help---
This is the driver for Realtek [31mCONFIG_RTL8188EE[0m 802.11n PCIe
wireless network adapters.
If you choose to build it as a module, it will be called rtl8188ee
config [31mCONFIG_RTL8192EE[0m
tristate "Realtek RTL8192EE Wireless Network Adapter"
depends on [31mCONFIG_PCI[0m
select [31mCONFIG_RTLWIFI[0m
select [31mCONFIG_RTLWIFI_PCI[0m
select [31mCONFIG_RTLBTCOEXIST[0m
---help---
This is the driver for Realtek [31mCONFIG_RTL8192EE[0m 802.11n PCIe
wireless network adapters.
If you choose to build it as a module, it will be called rtl8192ee
config [31mCONFIG_RTL8821AE[0m
tristate "Realtek RTL8821AE/RTL8812AE Wireless Network Adapter"
depends on [31mCONFIG_PCI[0m
select [31mCONFIG_RTLWIFI[0m
select [31mCONFIG_RTLWIFI_PCI[0m
select [31mCONFIG_RTLBTCOEXIST[0m
---help---
This is the driver for Realtek [31mCONFIG_RTL8821AE[0m/RTL8812AE 802.11ac PCIe
wireless network adapters.
If you choose to build it as a module, it will be called rtl8821ae
config [31mCONFIG_RTL8192CU[0m
tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter"
depends on [31mCONFIG_USB[0m
select [31mCONFIG_RTLWIFI[0m
select [31mCONFIG_RTLWIFI_USB[0m
select [31mCONFIG_RTL8192C_COMMON[0m
---help---
This is the driver for Realtek [31mCONFIG_RTL8192CU[0m/RTL8188CU 802.11n [31mCONFIG_USB[0m
wireless network adapters.
If you choose to build it as a module, it will be called rtl8192cu
config [31mCONFIG_RTLWIFI[0m
tristate
select [31mCONFIG_FW_LOADER[0m
config [31mCONFIG_RTLWIFI_PCI[0m
tristate
config [31mCONFIG_RTLWIFI_USB[0m
tristate
config [31mCONFIG_RTLWIFI_DEBUG[0m
bool "Debugging output for rtlwifi driver family"
depends on [31mCONFIG_RTLWIFI[0m
default y
---help---
To use the module option that sets the dynamic-debugging level for,
the front-end driver, this parameter must be "Y". For memory-limited
systems, choose "N". If in doubt, choose "Y".
config [31mCONFIG_RTL8192C_COMMON[0m
tristate
depends on [31mCONFIG_RTL8192CE[0m || [31mCONFIG_RTL8192CU[0m
default y
config [31mCONFIG_RTL8723_COMMON[0m
tristate
depends on [31mCONFIG_RTL8723AE[0m || [31mCONFIG_RTL8723BE[0m
default y
config [31mCONFIG_RTLBTCOEXIST[0m
tristate
depends on [31mCONFIG_RTL8723AE[0m || [31mCONFIG_RTL8723BE[0m || [31mCONFIG_RTL8821AE[0m || [31mCONFIG_RTL8192EE[0m
default y
endif