1# 2# Netronome device configuration 3# 4 5config NET_VENDOR_NETRONOME 6 bool "Netronome(R) devices" 7 default y 8 ---help--- 9 If you have a Netronome(R) network (Ethernet) card or device, say Y. 10 11 Note that the answer to this question doesn't directly affect the 12 kernel: saying N will just cause the configurator to skip all 13 the questions about Netronome(R) cards. If you say Y, you will be 14 asked for your specific card in the following questions. 15 16if NET_VENDOR_NETRONOME 17 18config NFP_NETVF 19 tristate "Netronome(R) NFP4000/NFP6000 VF NIC driver" 20 depends on PCI && PCI_MSI 21 depends on VXLAN || VXLAN=n 22 ---help--- 23 This driver supports SR-IOV virtual functions of 24 the Netronome(R) NFP4000/NFP6000 cards working as 25 a advanced Ethernet NIC. 26 27config NFP_NET_DEBUG 28 bool "Debug support for Netronome(R) NFP3200/NFP6000 NIC drivers" 29 depends on NFP_NET || NFP_NETVF 30 ---help--- 31 Enable extra sanity checks and debugfs support in 32 Netronome(R) NFP3200/NFP6000 NIC PF and VF drivers. 33 Note: selecting this option may adversely impact 34 performance. 35 36endif 37