Kconfig 974 B

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