| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # RTL8XXXU Wireless LAN device configuration |
|---|
| 3 | 4 | # |
|---|
| 4 | 5 | config RTL8XXXU |
|---|
| 5 | 6 | tristate "RTL8723AU/RTL8188[CR]U/RTL819[12]CU (mac80211) support" |
|---|
| 6 | 7 | depends on MAC80211 && USB |
|---|
| 7 | | - ---help--- |
|---|
| 8 | + help |
|---|
| 8 | 9 | This is an alternative driver for various Realtek RTL8XXX |
|---|
| 9 | 10 | parts written to utilize the Linux mac80211 stack. |
|---|
| 10 | 11 | The driver is known to work with a number of RTL8723AU, |
|---|
| .. | .. |
|---|
| 26 | 27 | config RTL8XXXU_UNTESTED |
|---|
| 27 | 28 | bool "Include support for untested Realtek 8xxx USB devices (EXPERIMENTAL)" |
|---|
| 28 | 29 | depends on RTL8XXXU |
|---|
| 29 | | - ---help--- |
|---|
| 30 | + help |
|---|
| 30 | 31 | This option enables detection of Realtek 8723/8188/8191/8192 WiFi |
|---|
| 31 | 32 | USB devices which have not been tested directly by the driver |
|---|
| 32 | 33 | author or reported to be working by third parties. |
|---|