| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # Cavium ethernet device configuration |
|---|
| 3 | 4 | # |
|---|
| .. | .. |
|---|
| 5 | 6 | config NET_VENDOR_CAVIUM |
|---|
| 6 | 7 | bool "Cavium ethernet drivers" |
|---|
| 7 | 8 | default y |
|---|
| 8 | | - ---help--- |
|---|
| 9 | + help |
|---|
| 9 | 10 | Select this option if you want enable Cavium network support. |
|---|
| 10 | 11 | |
|---|
| 11 | 12 | If you have a Cavium SoC or network adapter, say Y. |
|---|
| .. | .. |
|---|
| 16 | 17 | tristate "Thunder Physical function driver" |
|---|
| 17 | 18 | depends on 64BIT && PCI |
|---|
| 18 | 19 | select THUNDER_NIC_BGX |
|---|
| 19 | | - ---help--- |
|---|
| 20 | + help |
|---|
| 20 | 21 | This driver supports Thunder's NIC physical function. |
|---|
| 21 | 22 | The NIC provides the controller and DMA engines to |
|---|
| 22 | 23 | move network traffic to/from the memory. The NIC |
|---|
| .. | .. |
|---|
| 28 | 29 | tristate "Thunder Virtual function driver" |
|---|
| 29 | 30 | imply CAVIUM_PTP |
|---|
| 30 | 31 | depends on 64BIT && PCI |
|---|
| 31 | | - ---help--- |
|---|
| 32 | + help |
|---|
| 32 | 33 | This driver supports Thunder's NIC virtual function |
|---|
| 33 | 34 | |
|---|
| 34 | 35 | config THUNDER_NIC_BGX |
|---|
| .. | .. |
|---|
| 37 | 38 | select PHYLIB |
|---|
| 38 | 39 | select MDIO_THUNDER if PCI |
|---|
| 39 | 40 | select THUNDER_NIC_RGX |
|---|
| 40 | | - ---help--- |
|---|
| 41 | + help |
|---|
| 41 | 42 | This driver supports programming and controlling of MAC |
|---|
| 42 | 43 | interface from NIC physical function driver. |
|---|
| 43 | 44 | |
|---|
| .. | .. |
|---|
| 46 | 47 | depends on 64BIT && PCI |
|---|
| 47 | 48 | select PHYLIB |
|---|
| 48 | 49 | select MDIO_THUNDER if PCI |
|---|
| 49 | | - ---help--- |
|---|
| 50 | + help |
|---|
| 50 | 51 | This driver supports configuring XCV block of RGX interface |
|---|
| 51 | 52 | present on CN81XX chip. |
|---|
| 52 | 53 | |
|---|
| 53 | 54 | config CAVIUM_PTP |
|---|
| 54 | 55 | tristate "Cavium PTP coprocessor as PTP clock" |
|---|
| 55 | 56 | depends on 64BIT && PCI |
|---|
| 56 | | - imply PTP_1588_CLOCK |
|---|
| 57 | | - default y |
|---|
| 58 | | - ---help--- |
|---|
| 57 | + depends on PTP_1588_CLOCK |
|---|
| 58 | + help |
|---|
| 59 | 59 | This driver adds support for the Precision Time Protocol Clocks and |
|---|
| 60 | 60 | Timestamping coprocessor (PTP) found on Cavium processors. |
|---|
| 61 | 61 | PTP provides timestamping mechanism that is suitable for use in IEEE 1588 |
|---|
| .. | .. |
|---|
| 65 | 65 | config LIQUIDIO |
|---|
| 66 | 66 | tristate "Cavium LiquidIO support" |
|---|
| 67 | 67 | depends on 64BIT && PCI |
|---|
| 68 | | - depends on MAY_USE_DEVLINK |
|---|
| 69 | 68 | depends on PCI |
|---|
| 70 | 69 | imply PTP_1588_CLOCK |
|---|
| 71 | 70 | select FW_LOADER |
|---|
| 72 | 71 | select LIBCRC32C |
|---|
| 73 | | - ---help--- |
|---|
| 72 | + select NET_DEVLINK |
|---|
| 73 | + help |
|---|
| 74 | 74 | This driver supports Cavium LiquidIO Intelligent Server Adapters |
|---|
| 75 | 75 | based on CN66XX, CN68XX and CN23XX chips. |
|---|
| 76 | 76 | |
|---|
| .. | .. |
|---|
| 92 | 92 | tristate "Cavium LiquidIO VF support" |
|---|
| 93 | 93 | depends on 64BIT && PCI_MSI |
|---|
| 94 | 94 | imply PTP_1588_CLOCK |
|---|
| 95 | | - ---help--- |
|---|
| 95 | + help |
|---|
| 96 | 96 | This driver supports Cavium LiquidIO Intelligent Server Adapter |
|---|
| 97 | 97 | based on CN23XX chips. |
|---|
| 98 | 98 | |
|---|