Kconfig 654 B

12345678910111213141516171819202122232425262728
  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_CORE
  13. tristate
  14. depends on PCI
  15. default n
  16. config MLX4_DEBUG
  17. bool "Verbose debugging output" if (MLX4_CORE && EXPERT)
  18. depends on MLX4_CORE
  19. default y
  20. ---help---
  21. This option causes debugging code to be compiled into the
  22. mlx4_core driver. The output can be turned on via the
  23. debug_level module parameter (which can also be set after
  24. the driver is loaded through sysfs).