Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[deliverable/linux.git] / drivers / net / ethernet / mellanox / mlx5 / core / Kconfig
CommitLineData
e126ba97
EC
1#
2# Mellanox driver configuration
3#
4
5config MLX5_CORE
f62b8bb8 6 tristate "Mellanox Technologies ConnectX-4 and Connect-IB core driver"
0861565f 7 depends on PCI
e126ba97 8 default n
f62b8bb8
AV
9 ---help---
10 Core driver for low level functionality of the ConnectX-4 and
11 Connect-IB cards by Mellanox Technologies.
12
13config MLX5_CORE_EN
14 bool "Mellanox Technologies ConnectX-4 Ethernet support"
4aa17b28 15 depends on NETDEVICES && ETHERNET && PCI && MLX5_CORE
3d8c38af 16 select PTP_1588_CLOCK
f62b8bb8
AV
17 default n
18 ---help---
19 Ethernet support in Mellanox Technologies ConnectX-4 NIC.
20 Ethernet and Infiniband support in ConnectX-4 are currently mutually
21 exclusive.
08fb1dac
SM
22
23config MLX5_CORE_EN_DCB
24 bool "Data Center Bridging (DCB) Support"
25 default y
26 depends on MLX5_CORE_EN && DCB
27 ---help---
28 Say Y here if you want to use Data Center Bridging (DCB) in the
29 driver.
30 If set to N, will not be able to configure QoS and ratelimit attributes.
31 This flag is depended on the kernel's DCB support.
32
33 If unsure, set to Y
This page took 0.245073 seconds and 5 git commands to generate.