Kconfig 1.0 KB

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