diff --git a/buildroot-external/board/raspberrypi/rpi3-64/uboot.config b/buildroot-external/board/raspberrypi/rpi3-64/uboot.config index 22cdb3a31..146b73e26 100644 --- a/buildroot-external/board/raspberrypi/rpi3-64/uboot.config +++ b/buildroot-external/board/raspberrypi/rpi3-64/uboot.config @@ -1,3 +1,5 @@ CONFIG_TARGET_RPI_3=y CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_DEFAULT_DEVICE_TREE="bcm2837-rpi-3-b" +CONFIG_PHYLIB=y +CONFIG_USB_ETHER_LAN78XX=y diff --git a/buildroot-external/board/raspberrypi/rpi3/uboot.config b/buildroot-external/board/raspberrypi/rpi3/uboot.config index 487219591..33ccec60d 100644 --- a/buildroot-external/board/raspberrypi/rpi3/uboot.config +++ b/buildroot-external/board/raspberrypi/rpi3/uboot.config @@ -1,3 +1,5 @@ CONFIG_TARGET_RPI_3_32B=y CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_DEFAULT_DEVICE_TREE="bcm2837-rpi-3-b" +CONFIG_PHYLIB=y +CONFIG_USB_ETHER_LAN78XX=y