162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_ci#
362306a36Sopenharmony_ci# RTL8XXXU Wireless LAN device configuration
462306a36Sopenharmony_ci#
562306a36Sopenharmony_ciconfig RTL8XXXU
662306a36Sopenharmony_ci	tristate "Realtek 802.11n USB wireless chips support"
762306a36Sopenharmony_ci	depends on MAC80211 && USB
862306a36Sopenharmony_ci	depends on LEDS_CLASS
962306a36Sopenharmony_ci	help
1062306a36Sopenharmony_ci	  This is an alternative driver for various Realtek RTL8XXX
1162306a36Sopenharmony_ci	  parts written to utilize the Linux mac80211 stack.
1262306a36Sopenharmony_ci	  The driver is known to work with a number of RTL8723AU,
1362306a36Sopenharmony_ci	  RL8188CU, RTL8188RU, RTL8191CU, RTL8192CU, RTL8723BU, RTL8192EU,
1462306a36Sopenharmony_ci	  RTL8188FU, RTL8188EU, RTL8710BU (aka RTL8188GU), and RTL8192FU
1562306a36Sopenharmony_ci	  devices.
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ci	  This driver is under development and has a limited feature
1862306a36Sopenharmony_ci	  set. In particular it does not yet support 40MHz channels
1962306a36Sopenharmony_ci	  and power management. However it should have a smaller
2062306a36Sopenharmony_ci	  memory footprint than the vendor drivers and benefits
2162306a36Sopenharmony_ci	  from the in kernel mac80211 stack.
2262306a36Sopenharmony_ci
2362306a36Sopenharmony_ci	  It can coexist with drivers from drivers/staging/rtl8723au,
2462306a36Sopenharmony_ci	  drivers/staging/rtl8192u, and drivers/net/wireless/rtlwifi,
2562306a36Sopenharmony_ci	  but you will need to control which module you wish to load.
2662306a36Sopenharmony_ci
2762306a36Sopenharmony_ci	  To compile this driver as a module, choose M here: the module will
2862306a36Sopenharmony_ci	  be called rtl8xxxu.  If unsure, say N.
2962306a36Sopenharmony_ci
3062306a36Sopenharmony_ciconfig RTL8XXXU_UNTESTED
3162306a36Sopenharmony_ci	bool "Include support for untested Realtek 8xxx USB devices (EXPERIMENTAL)"
3262306a36Sopenharmony_ci	depends on RTL8XXXU
3362306a36Sopenharmony_ci	help
3462306a36Sopenharmony_ci	  This option enables detection of Realtek 8723/8188/8191/8192 WiFi
3562306a36Sopenharmony_ci	  USB devices which have not been tested directly by the driver
3662306a36Sopenharmony_ci	  author or reported to be working by third parties.
3762306a36Sopenharmony_ci
3862306a36Sopenharmony_ci	  Please report your results!
39