Kconfig 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. #
  2. # Mellanox driver configuration
  3. #
  4. config MLX4_EN
  5. tristate "Mellanox Technologies 1/10/40Gbit Ethernet support"
  6. depends on MAY_USE_DEVLINK
  7. depends on PCI && NETDEVICES && ETHERNET && INET
  8. select MLX4_CORE
  9. imply PTP_1588_CLOCK
  10. ---help---
  11. This driver supports Mellanox Technologies ConnectX Ethernet
  12. devices.
  13. config MLX4_EN_DCB
  14. bool "Data Center Bridging (DCB) Support"
  15. default y
  16. depends on MLX4_EN && DCB
  17. ---help---
  18. Say Y here if you want to use Data Center Bridging (DCB) in the
  19. driver.
  20. If set to N, will not be able to configure QoS and ratelimit attributes.
  21. This flag is depended on the kernel's DCB support.
  22. If unsure, set to Y
  23. config MLX4_CORE
  24. tristate
  25. depends on PCI
  26. default n
  27. config MLX4_DEBUG
  28. bool "Verbose debugging output" if (MLX4_CORE && EXPERT)
  29. depends on MLX4_CORE
  30. default y
  31. ---help---
  32. This option causes debugging code to be compiled into the
  33. mlx4_core driver. The output can be turned on via the
  34. debug_level module parameter (which can also be set after
  35. the driver is loaded through sysfs).
  36. config MLX4_CORE_GEN2
  37. bool "Support for old gen2 Mellanox PCI IDs" if (MLX4_CORE)
  38. depends on MLX4_CORE
  39. default y
  40. ---help---
  41. Say Y here if you want to use old gen2 Mellanox devices in the
  42. driver.