| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | | -# Packet engine device configuration |
|---|
| 3 | +# Packet Engines device configuration |
|---|
| 3 | 4 | # |
|---|
| 4 | 5 | |
|---|
| 5 | 6 | config NET_VENDOR_PACKET_ENGINES |
|---|
| 6 | | - bool "Packet Engine devices" |
|---|
| 7 | + bool "Packet Engines 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 |
|---|
| 13 | 14 | kernel: saying N will just cause the configurator to skip all |
|---|
| 14 | | - the questions about packet engine devices. If you say Y, you will |
|---|
| 15 | + the questions about Packet Engines devices. If you say Y, you will |
|---|
| 15 | 16 | be asked for your specific card in the following questions. |
|---|
| 16 | 17 | |
|---|
| 17 | 18 | if NET_VENDOR_PACKET_ENGINES |
|---|
| .. | .. |
|---|
| 20 | 21 | tristate "Packet Engines Hamachi GNIC-II support" |
|---|
| 21 | 22 | depends on PCI |
|---|
| 22 | 23 | select MII |
|---|
| 23 | | - ---help--- |
|---|
| 24 | + help |
|---|
| 24 | 25 | If you have a Gigabit Ethernet card of this type, say Y here. |
|---|
| 25 | 26 | |
|---|
| 26 | 27 | To compile this driver as a module, choose M here. The module will be |
|---|
| .. | .. |
|---|
| 30 | 31 | tristate "Packet Engines Yellowfin Gigabit-NIC support" |
|---|
| 31 | 32 | depends on PCI |
|---|
| 32 | 33 | select CRC32 |
|---|
| 33 | | - ---help--- |
|---|
| 34 | + help |
|---|
| 34 | 35 | Say Y here if you have a Packet Engines G-NIC PCI Gigabit Ethernet |
|---|
| 35 | 36 | adapter or the SYM53C885 Ethernet controller. The Gigabit adapter is |
|---|
| 36 | 37 | used by the Beowulf Linux cluster project. See |
|---|