From: Peter Robinson Date: Fri, 16 Mar 2018 06:26:29 +0000 (+0000) Subject: rpi3_32b: Enable lan78xx driver X-Git-Tag: v2018.05-rc2~139^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=79153ff0c4383ff45d11be1e52ad94a1d24240f8;p=u-boot rpi3_32b: Enable lan78xx driver The new Raspberry Pi B 3+ has a lan78xx device attached to it. Let's add driver support in U-Boot for it. Signed-off-by: Peter Robinson Signed-off-by: Alexander Graf --- diff --git a/configs/rpi_3_32b_defconfig b/configs/rpi_3_32b_defconfig index 317fc28f71..4e59c14fdf 100644 --- a/configs/rpi_3_32b_defconfig +++ b/configs/rpi_3_32b_defconfig @@ -36,3 +36,5 @@ CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_CONSOLE_SCROLL_LINES=10 CONFIG_PHYS_TO_BUS=y CONFIG_OF_LIBFDT_OVERLAY=y +CONFIG_PHYLIB=y +CONFIG_USB_ETHER_LAN78XX=y