2013-07-12 20:32:15 +00:00
|
|
|
menuconfig RTL_CARDS
|
|
|
|
tristate "Realtek rtlwifi family of devices"
|
|
|
|
depends on MAC80211 && (PCI || USB)
|
2013-02-12 22:09:02 +00:00
|
|
|
default y
|
|
|
|
---help---
|
2013-07-12 20:32:15 +00:00
|
|
|
This option will enable support for the Realtek mac80211-based
|
|
|
|
wireless drivers. Drivers rtl8192ce, rtl8192cu, rtl8192se, rtl8192de,
|
2014-09-26 21:40:23 +00:00
|
|
|
rtl8723ae, rtl8723be, rtl8188ee, rtl8192ee, and rtl8821ae share
|
|
|
|
some common code.
|
2013-07-12 20:32:15 +00:00
|
|
|
|
|
|
|
if RTL_CARDS
|
2013-02-12 22:09:02 +00:00
|
|
|
|
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"
|
2013-07-12 20:32:15 +00:00
|
|
|
depends on PCI
|
2011-02-23 16:24:58 +00:00
|
|
|
select RTL8192C_COMMON
|
2013-07-12 20:32:15 +00:00
|
|
|
select RTLWIFI
|
|
|
|
select RTLWIFI_PCI
|
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"
|
2013-07-12 20:32:15 +00:00
|
|
|
depends on PCI
|
|
|
|
select RTLWIFI
|
|
|
|
select RTLWIFI_PCI
|
2011-05-03 14:49:36 +00:00
|
|
|
---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"
|
2013-07-12 20:32:15 +00:00
|
|
|
depends on PCI
|
|
|
|
select RTLWIFI
|
|
|
|
select RTLWIFI_PCI
|
2011-06-10 20:12:10 +00:00
|
|
|
---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
|
|
|
|
|
2012-10-25 18:46:45 +00:00
|
|
|
config RTL8723AE
|
|
|
|
tristate "Realtek RTL8723AE PCIe Wireless Network Adapter"
|
2013-07-12 20:32:15 +00:00
|
|
|
depends on PCI
|
|
|
|
select RTLWIFI
|
|
|
|
select RTLWIFI_PCI
|
2014-02-28 21:16:47 +00:00
|
|
|
select RTL8723_COMMON
|
2014-02-28 21:16:43 +00:00
|
|
|
select RTLBTCOEXIST
|
2012-10-25 18:46:45 +00:00
|
|
|
---help---
|
|
|
|
This is the driver for Realtek RTL8723AE 802.11n PCIe
|
|
|
|
wireless network adapters.
|
|
|
|
|
|
|
|
If you choose to build it as a module, it will be called rtl8723ae
|
|
|
|
|
2014-02-28 21:16:50 +00:00
|
|
|
config RTL8723BE
|
|
|
|
tristate "Realtek RTL8723BE PCIe Wireless Network Adapter"
|
|
|
|
depends on PCI
|
|
|
|
select RTLWIFI
|
|
|
|
select RTLWIFI_PCI
|
|
|
|
select RTL8723_COMMON
|
|
|
|
select RTLBTCOEXIST
|
|
|
|
---help---
|
|
|
|
This is the driver for Realtek RTL8723BE 802.11n PCIe
|
|
|
|
wireless network adapters.
|
|
|
|
|
|
|
|
If you choose to build it as a module, it will be called rtl8723be
|
|
|
|
|
2013-03-25 03:06:57 +00:00
|
|
|
config RTL8188EE
|
|
|
|
tristate "Realtek RTL8188EE Wireless Network Adapter"
|
2013-07-12 20:32:15 +00:00
|
|
|
depends on PCI
|
|
|
|
select RTLWIFI
|
|
|
|
select RTLWIFI_PCI
|
2013-03-25 03:06:57 +00:00
|
|
|
---help---
|
|
|
|
This is the driver for Realtek RTL8188EE 802.11n PCIe
|
|
|
|
wireless network adapters.
|
|
|
|
|
|
|
|
If you choose to build it as a module, it will be called rtl8188ee
|
|
|
|
|
2014-09-26 21:40:23 +00:00
|
|
|
config RTL8192EE
|
|
|
|
tristate "Realtek RTL8192EE Wireless Network Adapter"
|
|
|
|
depends on PCI
|
|
|
|
select RTLWIFI
|
|
|
|
select RTLWIFI_PCI
|
2014-10-02 17:00:53 +00:00
|
|
|
select RTLBTCOEXIST
|
2014-09-26 21:40:23 +00:00
|
|
|
---help---
|
|
|
|
This is the driver for Realtek RTL8192EE 802.11n PCIe
|
|
|
|
wireless network adapters.
|
|
|
|
|
|
|
|
If you choose to build it as a module, it will be called rtl8192ee
|
|
|
|
|
2014-09-22 14:39:26 +00:00
|
|
|
config RTL8821AE
|
|
|
|
tristate "Realtek RTL8821AE/RTL8812AE Wireless Network Adapter"
|
|
|
|
depends on PCI
|
|
|
|
select RTLWIFI
|
|
|
|
select RTLWIFI_PCI
|
2014-09-30 16:18:21 +00:00
|
|
|
select RTLBTCOEXIST
|
2014-09-22 14:39:26 +00:00
|
|
|
---help---
|
2015-05-19 02:18:34 +00:00
|
|
|
This is the driver for Realtek RTL8821AE/RTL8812AE 802.11ac PCIe
|
2014-09-22 14:39:26 +00:00
|
|
|
wireless network adapters.
|
|
|
|
|
|
|
|
If you choose to build it as a module, it will be called rtl8821ae
|
|
|
|
|
2011-02-19 22:29:52 +00:00
|
|
|
config RTL8192CU
|
|
|
|
tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter"
|
2013-07-12 20:32:15 +00:00
|
|
|
depends on USB
|
|
|
|
select RTLWIFI
|
|
|
|
select RTLWIFI_USB
|
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
|
|
|
|
|
2013-07-12 20:32:15 +00:00
|
|
|
config RTLWIFI
|
|
|
|
tristate
|
|
|
|
select FW_LOADER
|
|
|
|
|
|
|
|
config RTLWIFI_PCI
|
|
|
|
tristate
|
|
|
|
|
|
|
|
config RTLWIFI_USB
|
|
|
|
tristate
|
|
|
|
|
|
|
|
config RTLWIFI_DEBUG
|
|
|
|
bool "Debugging output for rtlwifi driver family"
|
|
|
|
depends on RTLWIFI
|
|
|
|
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".
|
|
|
|
|
2011-02-23 16:24:58 +00:00
|
|
|
config RTL8192C_COMMON
|
|
|
|
tristate
|
2011-06-10 20:12:10 +00:00
|
|
|
depends on RTL8192CE || RTL8192CU
|
2013-07-12 20:32:15 +00:00
|
|
|
default y
|
|
|
|
|
2014-02-28 21:16:47 +00:00
|
|
|
config RTL8723_COMMON
|
|
|
|
tristate
|
2014-02-28 21:16:50 +00:00
|
|
|
depends on RTL8723AE || RTL8723BE
|
2014-02-28 21:16:47 +00:00
|
|
|
default y
|
|
|
|
|
2014-02-28 21:16:43 +00:00
|
|
|
config RTLBTCOEXIST
|
|
|
|
tristate
|
2014-10-02 17:00:53 +00:00
|
|
|
depends on RTL8723AE || RTL8723BE || RTL8821AE || RTL8192EE
|
2014-02-28 21:16:43 +00:00
|
|
|
default y
|
|
|
|
|
2013-07-12 20:32:15 +00:00
|
|
|
endif
|