hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/drivers/net/ethernet/myricom/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Myricom device configuration
34 #
....@@ -6,7 +7,7 @@
67 bool "Myricom devices"
78 default y
89 depends on PCI && INET
9
- ---help---
10
+ help
1011 If you have a network (Ethernet) card belonging to this class, say Y.
1112
1213 Note that the answer to this question doesn't directly affect the
....@@ -21,7 +22,7 @@
2122 depends on PCI && INET
2223 select FW_LOADER
2324 select CRC32
24
- ---help---
25
+ help
2526 This driver supports Myricom Myri-10G Dual Protocol interface in
2627 Ethernet mode. If the eeprom on your board is not recent enough,
2728 you will need a newer firmware image.
....@@ -36,7 +37,7 @@
3637 bool "Direct Cache Access (DCA) Support"
3738 default y
3839 depends on MYRI10GE && DCA && !(MYRI10GE=y && DCA=m)
39
- ---help---
40
+ help
4041 Say Y here if you want to use Direct Cache Access (DCA) in the
4142 driver. DCA is a method for warming the CPU cache before data
4243 is used, with the intent of lessening the impact of cache misses.