hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/net/wireless/intel/iwlegacy/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config IWLEGACY
23 tristate
34 select FW_LOADER
....@@ -10,7 +11,7 @@
1011 tristate "Intel Wireless WiFi 4965AGN (iwl4965)"
1112 depends on PCI && MAC80211
1213 select IWLEGACY
13
- ---help---
14
+ help
1415 This option enables support for
1516
1617 Select to build the driver supporting the:
....@@ -31,14 +32,14 @@
3132
3233 If you want to compile the driver as a module ( = code which can be
3334 inserted in and removed from the running kernel whenever you want),
34
- say M here and read <file:Documentation/kbuild/modules.txt>. The
35
+ say M here and read <file:Documentation/kbuild/modules.rst>. The
3536 module will be called iwl4965.
3637
3738 config IWL3945
3839 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection (iwl3945)"
3940 depends on PCI && MAC80211
4041 select IWLEGACY
41
- ---help---
42
+ help
4243 Select to build the driver supporting the:
4344
4445 Intel PRO/Wireless 3945ABG/BG Network Connection
....@@ -57,7 +58,7 @@
5758
5859 If you want to compile the driver as a module ( = code which can be
5960 inserted in and removed from the running kernel whenever you want),
60
- say M here and read <file:Documentation/kbuild/modules.txt>. The
61
+ say M here and read <file:Documentation/kbuild/modules.rst>. The
6162 module will be called iwl3945.
6263
6364 menu "iwl3945 / iwl4965 Debugging Options"
....@@ -66,7 +67,7 @@
6667 config IWLEGACY_DEBUG
6768 bool "Enable full debugging output in iwlegacy (iwl 3945/4965) drivers"
6869 depends on IWLEGACY
69
- ---help---
70
+ help
7071 This option will enable debug tracing output for the iwlegacy
7172 drivers.
7273
....@@ -90,9 +91,9 @@
9091 any problems you may encounter.
9192
9293 config IWLEGACY_DEBUGFS
93
- bool "iwlegacy (iwl 3945/4965) debugfs support"
94
- depends on IWLEGACY && MAC80211_DEBUGFS
95
- ---help---
94
+ bool "iwlegacy (iwl 3945/4965) debugfs support"
95
+ depends on IWLEGACY && MAC80211_DEBUGFS
96
+ help
9697 Enable creation of debugfs files for the iwlegacy drivers. This
9798 is a low-impact option that allows getting insight into the
9899 driver's state at runtime.