Kconfig 1.2 KB

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