forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/drivers/staging/rtl8188eu/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0
12 config R8188EU
23 tristate "Realtek RTL8188EU Wireless LAN NIC driver"
34 depends on WLAN && USB && CFG80211
....@@ -7,7 +8,7 @@
78 select LIB80211
89 select LIB80211_CRYPT_WEP
910 select LIB80211_CRYPT_CCMP
10
- ---help---
11
+ help
1112 This option adds the Realtek RTL8188EU USB device such as TP-Link TL-WN725N.
1213 If built as a module, it will be called r8188eu.
1314
....@@ -16,7 +17,7 @@
1617 config 88EU_AP_MODE
1718 bool "Realtek RTL8188EU AP mode"
1819 default y
19
- ---help---
20
+ help
2021 This option enables Access Point mode. Unless you know that your system
2122 will never be used as an AP, or the target system has limited memory,
2223 "Y" should be selected.