hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/drivers/net/ethernet/neterion/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Exar device configuration
34 #
....@@ -6,7 +7,7 @@
67 bool "Neterion (Exar) devices"
78 default y
89 depends on PCI
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
....@@ -19,14 +20,14 @@
1920 config S2IO
2021 tristate "Neterion (Exar) Xframe 10Gb Ethernet Adapter"
2122 depends on PCI
22
- ---help---
23
+ help
2324 This driver supports Exar Corp's Xframe Series 10Gb Ethernet Adapters.
2425 These were originally released from S2IO, which renamed itself
2526 Neterion. So, the adapters might be labeled as either one, depending
2627 on its age.
2728
2829 More specific information on configuring the driver is in
29
- <file:Documentation/networking/s2io.txt>.
30
+ <file:Documentation/networking/device_drivers/ethernet/neterion/s2io.rst>.
3031
3132 To compile this driver as a module, choose M here. The module
3233 will be called s2io.
....@@ -34,14 +35,14 @@
3435 config VXGE
3536 tristate "Neterion (Exar) X3100 Series 10GbE PCIe Server Adapter"
3637 depends on PCI
37
- ---help---
38
+ help
3839 This driver supports Exar Corp's X3100 Series 10 GbE PCIe
3940 I/O Virtualized Server Adapter. These were originally released from
4041 Neterion, which was later acquired by Exar. So, the adapters might be
4142 labeled as either one, depending on its age.
4243
4344 More specific information on configuring the driver is in
44
- <file:Documentation/networking/vxge.txt>.
45
+ <file:Documentation/networking/device_drivers/ethernet/neterion/vxge.rst>.
4546
4647 To compile this driver as a module, choose M here. The module
4748 will be called vxge.
....@@ -50,7 +51,7 @@
5051 bool "Enabling All Debug trace statements in driver"
5152 default n
5253 depends on VXGE
53
- ---help---
54
+ help
5455 Say Y here if you want to enabling all the debug trace statements in
5556 the vxge driver. By default only few debug trace statements are
5657 enabled.