From 701523135a0a43bbf3f50b1b0088a1ac6d17868e Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 16 Mar 2018 06:26:29 +0000 Subject: [PATCH] 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 [sw0312.kim: cherry-pick from mainline to support rpi3 b+] Signed-off-by: Seung-Woo Kim Change-Id: Idd48c133374f7da8036baeeca704c39ece0b146f --- configs/rpi_3_32b_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/rpi_3_32b_defconfig b/configs/rpi_3_32b_defconfig index d0f7beaa0b..edee3bc321 100644 --- a/configs/rpi_3_32b_defconfig +++ b/configs/rpi_3_32b_defconfig @@ -24,3 +24,5 @@ CONFIG_USB_KEYBOARD=y CONFIG_CONSOLE_SCROLL_LINES=10 CONFIG_LCD=y CONFIG_PHYS_TO_BUS=y +CONFIG_PHYLIB=y +CONFIG_USB_ETHER_LAN78XX=y -- 2.34.1