0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Mellanox driver configuration
0004 #
0005
0006 config NET_VENDOR_MELLANOX
0007 bool "Mellanox devices"
0008 default y
0009 depends on PCI || I2C
0010 help
0011 If you have a network (Ethernet or RDMA) device belonging to this
0012 class, say Y.
0013
0014 Note that the answer to this question doesn't directly affect the
0015 kernel: saying N will just cause the configurator to skip all
0016 the questions about Mellanox cards. If you say Y, you will be asked
0017 for your specific card in the following questions.
0018
0019 if NET_VENDOR_MELLANOX
0020
0021 source "drivers/net/ethernet/mellanox/mlx4/Kconfig"
0022 source "drivers/net/ethernet/mellanox/mlx5/core/Kconfig"
0023 source "drivers/net/ethernet/mellanox/mlxsw/Kconfig"
0024 source "drivers/net/ethernet/mellanox/mlxfw/Kconfig"
0025 source "drivers/net/ethernet/mellanox/mlxbf_gige/Kconfig"
0026
0027 endif # NET_VENDOR_MELLANOX