.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # Myricom device configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
6 | 7 | bool "Myricom devices" |
---|
7 | 8 | default y |
---|
8 | 9 | depends on PCI && INET |
---|
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 |
---|
.. | .. |
---|
21 | 22 | depends on PCI && INET |
---|
22 | 23 | select FW_LOADER |
---|
23 | 24 | select CRC32 |
---|
24 | | - ---help--- |
---|
| 25 | + help |
---|
25 | 26 | This driver supports Myricom Myri-10G Dual Protocol interface in |
---|
26 | 27 | Ethernet mode. If the eeprom on your board is not recent enough, |
---|
27 | 28 | you will need a newer firmware image. |
---|
.. | .. |
---|
36 | 37 | bool "Direct Cache Access (DCA) Support" |
---|
37 | 38 | default y |
---|
38 | 39 | depends on MYRI10GE && DCA && !(MYRI10GE=y && DCA=m) |
---|
39 | | - ---help--- |
---|
| 40 | + help |
---|
40 | 41 | Say Y here if you want to use Direct Cache Access (DCA) in the |
---|
41 | 42 | driver. DCA is a method for warming the CPU cache before data |
---|
42 | 43 | is used, with the intent of lessening the impact of cache misses. |
---|