| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # Netronome device configuration |
|---|
| 3 | 4 | # |
|---|
| .. | .. |
|---|
| 5 | 6 | config NET_VENDOR_NETRONOME |
|---|
| 6 | 7 | bool "Netronome(R) devices" |
|---|
| 7 | 8 | default y |
|---|
| 8 | | - ---help--- |
|---|
| 9 | + help |
|---|
| 9 | 10 | If you have a Netronome(R) network (Ethernet) card or device, say Y. |
|---|
| 10 | 11 | |
|---|
| 11 | 12 | Note that the answer to this question doesn't directly affect the |
|---|
| .. | .. |
|---|
| 19 | 20 | tristate "Netronome(R) NFP4000/NFP6000 NIC driver" |
|---|
| 20 | 21 | depends on PCI && PCI_MSI |
|---|
| 21 | 22 | depends on VXLAN || VXLAN=n |
|---|
| 22 | | - depends on MAY_USE_DEVLINK |
|---|
| 23 | | - ---help--- |
|---|
| 23 | + depends on TLS && TLS_DEVICE || TLS_DEVICE=n |
|---|
| 24 | + select NET_DEVLINK |
|---|
| 25 | + select CRC32 |
|---|
| 26 | + help |
|---|
| 24 | 27 | This driver supports the Netronome(R) NFP4000/NFP6000 based |
|---|
| 25 | 28 | cards working as a advanced Ethernet NIC. It works with both |
|---|
| 26 | 29 | SR-IOV physical and virtual functions. |
|---|
| .. | .. |
|---|
| 29 | 32 | bool "NFP4000/NFP6000 TC Flower offload support" |
|---|
| 30 | 33 | depends on NFP |
|---|
| 31 | 34 | depends on NET_SWITCHDEV |
|---|
| 35 | + depends on IPV6!=m || NFP=m |
|---|
| 32 | 36 | default y |
|---|
| 33 | | - ---help--- |
|---|
| 37 | + help |
|---|
| 34 | 38 | Enable driver support for TC Flower offload on NFP4000 and NFP6000. |
|---|
| 35 | 39 | Say Y, if you are planning to make use of TC Flower offload |
|---|
| 36 | 40 | either directly, with Open vSwitch, or any other way. Note that |
|---|
| .. | .. |
|---|
| 52 | 56 | config NFP_DEBUG |
|---|
| 53 | 57 | bool "Debug support for Netronome(R) NFP4000/NFP6000 NIC drivers" |
|---|
| 54 | 58 | depends on NFP |
|---|
| 55 | | - ---help--- |
|---|
| 59 | + help |
|---|
| 56 | 60 | Enable extra sanity checks and debugfs support in |
|---|
| 57 | 61 | Netronome(R) NFP4000/NFP6000 NIC drivers. |
|---|
| 58 | 62 | Note: selecting this option may adversely impact |
|---|