.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # Exar device configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
6 | 7 | bool "Neterion (Exar) devices" |
---|
7 | 8 | default y |
---|
8 | 9 | depends on PCI |
---|
9 | | - ---help--- |
---|
| 10 | + help |
---|
10 | 11 | If you have a network (Ethernet) card belonging to this class, say Y. |
---|
11 | 12 | |
---|
12 | 13 | Note that the answer to this question doesn't directly affect the |
---|
.. | .. |
---|
19 | 20 | config S2IO |
---|
20 | 21 | tristate "Neterion (Exar) Xframe 10Gb Ethernet Adapter" |
---|
21 | 22 | depends on PCI |
---|
22 | | - ---help--- |
---|
| 23 | + help |
---|
23 | 24 | This driver supports Exar Corp's Xframe Series 10Gb Ethernet Adapters. |
---|
24 | 25 | These were originally released from S2IO, which renamed itself |
---|
25 | 26 | Neterion. So, the adapters might be labeled as either one, depending |
---|
26 | 27 | on its age. |
---|
27 | 28 | |
---|
28 | 29 | 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>. |
---|
30 | 31 | |
---|
31 | 32 | To compile this driver as a module, choose M here. The module |
---|
32 | 33 | will be called s2io. |
---|
.. | .. |
---|
34 | 35 | config VXGE |
---|
35 | 36 | tristate "Neterion (Exar) X3100 Series 10GbE PCIe Server Adapter" |
---|
36 | 37 | depends on PCI |
---|
37 | | - ---help--- |
---|
| 38 | + help |
---|
38 | 39 | This driver supports Exar Corp's X3100 Series 10 GbE PCIe |
---|
39 | 40 | I/O Virtualized Server Adapter. These were originally released from |
---|
40 | 41 | Neterion, which was later acquired by Exar. So, the adapters might be |
---|
41 | 42 | labeled as either one, depending on its age. |
---|
42 | 43 | |
---|
43 | 44 | 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>. |
---|
45 | 46 | |
---|
46 | 47 | To compile this driver as a module, choose M here. The module |
---|
47 | 48 | will be called vxge. |
---|
.. | .. |
---|
50 | 51 | bool "Enabling All Debug trace statements in driver" |
---|
51 | 52 | default n |
---|
52 | 53 | depends on VXGE |
---|
53 | | - ---help--- |
---|
| 54 | + help |
---|
54 | 55 | Say Y here if you want to enabling all the debug trace statements in |
---|
55 | 56 | the vxge driver. By default only few debug trace statements are |
---|
56 | 57 | enabled. |
---|