From 75e874f9d9909c096a2449049fd699fb63d37c32 Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Thu, 10 Sep 2026 13:22:48 +0300 Subject: [PATCH] devices-defconfig: Enable CONFIG_IGC for UPX-PTL The UPX-PTL's ethernet uses the igc driver. Signed-off-by: Peter Ujfalusi --- devices-defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devices-defconfig b/devices-defconfig index 199391d..0e4c2ac 100644 --- a/devices-defconfig +++ b/devices-defconfig @@ -47,6 +47,9 @@ CONFIG_USB_XHCI_PLATFORM=m # Gigabit Ethernet for MinnowBoard Turbot D0/ i211 CONFIG_IGB=m +# Intel(R) Ethernet Controller I225-LM/I225-V support for UPX-PTL +CONFIG_IGC=m + # Override linux/arch/x86/configs/x86_64_deconfig: # make them modules so they can be blocklisted when needed. CONFIG_E100=m