Kconfig 999 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. #
  2. # Mellanox driver configuration
  3. #
  4. config MLX4_EN
  5. tristate "Mellanox Technologies 10Gbit Ethernet support"
  6. depends on PCI && INET
  7. select MLX4_CORE
  8. select INET_LRO
  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_CORE
  23. tristate
  24. depends on PCI
  25. default n
  26. config MLX4_DEBUG
  27. bool "Verbose debugging output" if (MLX4_CORE && EXPERT)
  28. depends on MLX4_CORE
  29. default y
  30. ---help---
  31. This option causes debugging code to be compiled into the
  32. mlx4_core driver. The output can be turned on via the
  33. debug_level module parameter (which can also be set after
  34. the driver is loaded through sysfs).