# # Mellanox driver configuration # config [31mCONFIG_MLX5_CORE[0m tristate "Mellanox Technologies ConnectX-4 and Connect-IB core driver" depends on [31mCONFIG_MAY_USE_DEVLINK[0m depends on [31mCONFIG_PCI[0m default n ---help--- Core driver for low level functionality of the ConnectX-4 and Connect-IB cards by Mellanox Technologies. config [31mCONFIG_MLX5_CORE_EN[0m bool "Mellanox Technologies ConnectX-4 Ethernet support" depends on [31mCONFIG_NETDEVICES[0m && [31mCONFIG_ETHERNET[0m && [31mCONFIG_PCI[0m && [31mCONFIG_MLX5_CORE[0m imply [31mCONFIG_PTP_1588_CLOCK[0m default n ---help--- Ethernet support in Mellanox Technologies ConnectX-4 NIC. config [31mCONFIG_MLX5_CORE_EN_DCB[0m bool "Data Center Bridging (DCB) Support" default y depends on [31mCONFIG_MLX5_CORE_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 |