From: Alexander Graf Date: Thu, 15 Mar 2018 14:05:36 +0000 (+0100) Subject: rpi3: Enable lan78xx driver X-Git-Tag: submit/tizen/20180904.010142~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff6523aa90ec3985de64b9702a59fb2fcf2fed06;p=platform%2Fkernel%2Fu-boot.git rpi3: 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: Alexander Graf [sw0312.kim: cherry-pick from mainline to support rpi3 b+] Signed-off-by: Seung-Woo Kim Change-Id: I4256aca6f3ad142ff43539fda9bb9ae2a83a25ee --- diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig index 5730370448..4484096778 100644 --- a/configs/rpi_3_defconfig +++ b/configs/rpi_3_defconfig @@ -46,6 +46,8 @@ 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 # CONFIG_EFI_LOADER is not set CONFIG_CMD_NFS_DOWNLOAD=y CONFIG_CMD_TIME=y