forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/net/wireless/zydas/zd1211rw/Kconfig
....@@ -1,8 +1,9 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config ZD1211RW
23 tristate "ZyDAS ZD1211/ZD1211B USB-wireless support"
34 depends on USB && MAC80211
45 select FW_LOADER
5
- ---help---
6
+ help
67 This is a driver for the ZyDAS ZD1211/ZD1211B wireless
78 chip, present in many USB-wireless adapters.
89
....@@ -12,7 +13,7 @@
1213 config ZD1211RW_DEBUG
1314 bool "ZyDAS ZD1211 debugging"
1415 depends on ZD1211RW
15
- ---help---
16
+ help
1617 ZD1211 debugging messages. Choosing Y will result in additional debug
1718 messages being saved to your kernel logs, which may help debug any
1819 problems.