# # Mellanox driver configuration # config [31mCONFIG_MLX4_EN[0m tristate "Mellanox Technologies 1/10/40Gbit Ethernet support" depends on [31mCONFIG_MAY_USE_DEVLINK[0m depends on [31mCONFIG_PCI[0m select [31mCONFIG_MLX4_CORE[0m imply [31mCONFIG_PTP_1588_CLOCK[0m ---help--- This driver supports Mellanox Technologies ConnectX Ethernet devices. config [31mCONFIG_MLX4_EN_DCB[0m bool "Data Center Bridging (DCB) Support" default y depends on [31mCONFIG_MLX4_EN[0m && [31mCONFIG_DCB[0m ---help--- Say Y here if you want to use Data Center Bridging ([31mCONFIG_DCB[0m) in the driver. If set to N, will not be able to configure QoS and ratelimit attributes. This flag is depended on the kernel's [31mCONFIG_DCB[0m support. If unsure, set to Y config [31mCONFIG_MLX4_CORE[0m tristate depends on [31mCONFIG_PCI[0m default n config [31mCONFIG_MLX4_DEBUG[0m bool "Verbose debugging output" if ([31mCONFIG_MLX4_CORE[0m && [31mCONFIG_EXPERT[0m) depends on [31mCONFIG_MLX4_CORE[0m default y ---help--- This option causes debugging code to be compiled into the mlx4_core driver. The output can be turned on via the debug_level module parameter (which can also be set after the driver is loaded through sysfs). |