From 16eb245f43538b2b6945c393075be207838d5d1b Mon Sep 17 00:00:00 2001 From: "M. Greyson Christoforo" Date: Wed, 15 Jan 2025 02:31:10 -0700 Subject: [PATCH] Add Mellanox ConnectX-3 NIC support (#3775) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enable MLX4 kernel options, mainly for OVA and x86. Co-authored-by: Jan Čermák --- buildroot-external/kernel/v6.6.y/device-support-pci.config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/buildroot-external/kernel/v6.6.y/device-support-pci.config b/buildroot-external/kernel/v6.6.y/device-support-pci.config index f35f80ff2..1d408aa22 100644 --- a/buildroot-external/kernel/v6.6.y/device-support-pci.config +++ b/buildroot-external/kernel/v6.6.y/device-support-pci.config @@ -25,6 +25,11 @@ CONFIG_NET_VENDOR_STMICRO=y CONFIG_STMMAC_ETH=m CONFIG_STMMAC_PCI=m +# Mellanox ConnectX-3 NIC support +CONFIG_MLX4_EN=m +# CONFIG_MLX4_DEBUG is not set +CONFIG_MLX4_CORE_GEN2=y + CONFIG_MEDIA_PCI_SUPPORT=y # PCI sound drivers