Skip to content

Commit fcf6117

Browse files
authored
Add Mellanox ConnectX-3 NIC support for kernel 6.12 (home-assistant#3969)
PR home-assistant#3775 was mistakenly left out of the jump to the 6.12 kernel
1 parent 336c2ad commit fcf6117

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

buildroot-external/kernel/v6.12.y/device-support-pci.config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ CONFIG_NET_VENDOR_STMICRO=y
2626
CONFIG_STMMAC_ETH=m
2727
CONFIG_STMMAC_PCI=m
2828

29+
# Mellanox ConnectX-3 NIC support
30+
CONFIG_MLX4_EN=m
31+
# CONFIG_MLX4_DEBUG is not set
32+
CONFIG_MLX4_CORE_GEN2=y
33+
2934
CONFIG_MEDIA_PCI_SUPPORT=y
3035

3136
# PCI sound drivers

0 commit comments

Comments
 (0)