brintos

brintos / linux-shallow public Read only

0
0
Text · 1.4 KiB · 14d0343 Raw
38 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# RTL8XXXU Wireless LAN device configuration4#5config RTL8XXXU6	tristate "Realtek 802.11n USB wireless chips support"7	depends on MAC80211 && USB8	depends on LEDS_CLASS9	help10	  This is an alternative driver for various Realtek RTL8XXX11	  parts written to utilize the Linux mac80211 stack.12	  The driver is known to work with a number of RTL8723AU,13	  RL8188CU, RTL8188RU, RTL8191CU, RTL8192CU, RTL8723BU, RTL8192EU,14	  RTL8188FU, RTL8188EU, RTL8710BU (aka RTL8188GU), and RTL8192FU15	  devices.16 17	  This driver is under development and has a limited feature18	  set. In particular it does not yet support 40MHz channels19	  and power management. However it should have a smaller20	  memory footprint than the vendor drivers and benefits21	  from the in kernel mac80211 stack.22 23	  It can coexist with the rtlwifi driver but you will need24	  to control which module you wish to load.25 26	  To compile this driver as a module, choose M here: the module will27	  be called rtl8xxxu.  If unsure, say N.28 29config RTL8XXXU_UNTESTED30	bool "Include support for untested Realtek 8xxx USB devices (EXPERIMENTAL)"31	depends on RTL8XXXU32	help33	  This option enables detection of Realtek 8723/8188/8191/8192 WiFi34	  USB devices which have not been tested directly by the driver35	  author or reported to be working by third parties.36 37	  Please report your results!38