]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/net/ethernet/mellanox/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-hirsute-kernel.git] / drivers / net / ethernet / mellanox / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
5a2cc190
JK
2#
3# Mellanox driver configuration
4#
5
6config NET_VENDOR_MELLANOX
7 bool "Mellanox devices"
88f07484 8 default y
8122e08b 9 depends on PCI || I2C
5a2cc190 10 ---help---
a656d34a
OO
11 If you have a network (Ethernet or RDMA) device belonging to this
12 class, say Y.
5a2cc190
JK
13
14 Note that the answer to this question doesn't directly affect the
15 kernel: saying N will just cause the configurator to skip all
16 the questions about Mellanox cards. If you say Y, you will be asked
17 for your specific card in the following questions.
18
19if NET_VENDOR_MELLANOX
20
21source "drivers/net/ethernet/mellanox/mlx4/Kconfig"
e126ba97 22source "drivers/net/ethernet/mellanox/mlx5/core/Kconfig"
93c1edb2 23source "drivers/net/ethernet/mellanox/mlxsw/Kconfig"
410ed13c 24source "drivers/net/ethernet/mellanox/mlxfw/Kconfig"
5a2cc190
JK
25
26endif # NET_VENDOR_MELLANOX