brintos

brintos / linux-shallow public Read only

0
0
Text · 842 B · b4f66eb Raw
28 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Mellanox driver configuration4#5 6config NET_VENDOR_MELLANOX7	bool "Mellanox devices"8	default y9	depends on PCI || I2C10	help11	  If you have a network (Ethernet or RDMA) device belonging to this12	  class, say Y.13 14	  Note that the answer to this question doesn't directly affect the15	  kernel: saying N will just cause the configurator to skip all16	  the questions about Mellanox cards. If you say Y, you will be asked17	  for your specific card in the following questions.18 19if NET_VENDOR_MELLANOX20 21source "drivers/net/ethernet/mellanox/mlx4/Kconfig"22source "drivers/net/ethernet/mellanox/mlx5/core/Kconfig"23source "drivers/net/ethernet/mellanox/mlxsw/Kconfig"24source "drivers/net/ethernet/mellanox/mlxfw/Kconfig"25source "drivers/net/ethernet/mellanox/mlxbf_gige/Kconfig"26 27endif # NET_VENDOR_MELLANOX28