forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/staging/rtl8712/Kconfig
....@@ -1,17 +1,21 @@
1
+# SPDX-License-Identifier: GPL-2.0
12 config R8712U
23 tristate "RealTek RTL8712U (RTL8192SU) Wireless LAN NIC driver"
3
- depends on WLAN && USB
4
+ depends on WLAN && USB && CFG80211
45 select WIRELESS_EXT
56 select WEXT_PRIV
67 select FW_LOADER
7
- ---help---
8
- This option adds the Realtek RTL8712 USB device such as the D-Link DWA-130.
9
- If built as a module, it will be called r8712u.
8
+ help
9
+ This option adds the Realtek RTL8712 USB device such as the
10
+ D-Link DWA-130.
11
+
12
+ If built as a module, it will be called r8712u.
1013
1114 config R8712_TX_AGGR
1215 bool "Realtek RTL8712U Transmit Aggregation code"
1316 depends on R8712U && BROKEN
14
- ---help---
15
- This option provides transmit aggregation for the Realtek RTL8712 USB device.
17
+ help
18
+ This option provides transmit aggregation for the Realtek
19
+ RTL8712 USB device.
1620
1721