15a2cc190SJeff Kirsher# 25a2cc190SJeff Kirsher# Mellanox driver configuration 35a2cc190SJeff Kirsher# 45a2cc190SJeff Kirsher 55a2cc190SJeff Kirsherconfig MLX4_EN 65a2cc190SJeff Kirsher tristate "Mellanox Technologies 10Gbit Ethernet support" 75a2cc190SJeff Kirsher depends on PCI && INET 85a2cc190SJeff Kirsher select MLX4_CORE 95a2cc190SJeff Kirsher select INET_LRO 105a2cc190SJeff Kirsher ---help--- 115a2cc190SJeff Kirsher This driver supports Mellanox Technologies ConnectX Ethernet 125a2cc190SJeff Kirsher devices. 135a2cc190SJeff Kirsher 145a2cc190SJeff Kirsherconfig MLX4_CORE 155a2cc190SJeff Kirsher tristate 165a2cc190SJeff Kirsher depends on PCI 175a2cc190SJeff Kirsher default n 185a2cc190SJeff Kirsher 195a2cc190SJeff Kirsherconfig MLX4_DEBUG 205a2cc190SJeff Kirsher bool "Verbose debugging output" if (MLX4_CORE && EXPERT) 215a2cc190SJeff Kirsher depends on MLX4_CORE 225a2cc190SJeff Kirsher default y 235a2cc190SJeff Kirsher ---help--- 245a2cc190SJeff Kirsher This option causes debugging code to be compiled into the 255a2cc190SJeff Kirsher mlx4_core driver. The output can be turned on via the 265a2cc190SJeff Kirsher debug_level module parameter (which can also be set after 275a2cc190SJeff Kirsher the driver is loaded through sysfs). 28