From: Peter Robinson Date: Fri, 16 Mar 2018 06:26:29 +0000 (+0000) Subject: rpi3_32b: Enable lan78xx driver X-Git-Tag: accepted/tizen/5.0/unified/20181102.022508~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=701523135a0a43bbf3f50b1b0088a1ac6d17868e;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/configs/rpi_3_32b_defconfig b/configs/rpi_3_32b_defconfig index d0f7bea..edee3bc 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