From 1d063987c5773621771101cf4513a6ccd57c5e3a Mon Sep 17 00:00:00 2001 From: Vincent Palmer Date: Fri, 27 Nov 2020 10:41:26 +0100 Subject: [PATCH] Enable BCM7XXX_PHY as a module on arm64_defconfig-5.9 # Enables Raspberry Pi 4 PHY The following 1 line change enables the kernel module to be build enabling the Raspberry Pi 4 PHY enabling the on-board NIC. # How to use Build it and boot it :) # Testing done Validated the config change against known working 5.8.y kernels on the Pi4. --- .../sys-kernel/coreos-modules/files/arm64_defconfig-5.9 | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/arm64_defconfig-5.9 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/arm64_defconfig-5.9 index ed85802012..44ed057c57 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/arm64_defconfig-5.9 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/arm64_defconfig-5.9 @@ -98,3 +98,4 @@ CONFIG_USB_ULPI=y CONFIG_USB_XHCI_PLATFORM=y CONFIG_VIRTUALIZATION=y CONFIG_XGENE_DMA=y +CONFIG_BCM7XXX_PHY=m