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