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