From 73b6cce99a3be7e8813c86a1a45de7e973a9e2d1 Mon Sep 17 00:00:00 2001 From: "M. Greyson Christoforo" Date: Tue, 25 Mar 2025 06:50:25 -0400 Subject: [PATCH] Add Mellanox ConnectX-3 NIC support for kernel 6.12 (#3969) PR #3775 was mistakenly left out of the jump to the 6.12 kernel --- buildroot-external/kernel/v6.12.y/device-support-pci.config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/buildroot-external/kernel/v6.12.y/device-support-pci.config b/buildroot-external/kernel/v6.12.y/device-support-pci.config index 3b9f0da02..e2412a653 100644 --- a/buildroot-external/kernel/v6.12.y/device-support-pci.config +++ b/buildroot-external/kernel/v6.12.y/device-support-pci.config @@ -26,6 +26,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