Kconfig 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  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
  15. tristate "Netronome(R) NFP4000/NFP6000 NIC driver"
  16. depends on PCI && PCI_MSI
  17. depends on VXLAN || VXLAN=n
  18. ---help---
  19. This driver supports the Netronome(R) NFP4000/NFP6000 based
  20. cards working as a advanced Ethernet NIC. It works with both
  21. SR-IOV physical and virtual functions.
  22. config NFP_DEBUG
  23. bool "Debug support for Netronome(R) NFP4000/NFP6000 NIC drivers"
  24. depends on NFP
  25. ---help---
  26. Enable extra sanity checks and debugfs support in
  27. Netronome(R) NFP4000/NFP6000 NIC drivers.
  28. Note: selecting this option may adversely impact
  29. performance.
  30. endif