rpi3: Enable lan78xx driver 05/188205/1
authorAlexander Graf <agraf@suse.de>
Thu, 15 Mar 2018 14:05:36 +0000 (15:05 +0100)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 3 Sep 2018 04:24:50 +0000 (13:24 +0900)
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 <agraf@suse.de>
[sw0312.kim: cherry-pick from mainline to support rpi3 b+]
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Change-Id: I4256aca6f3ad142ff43539fda9bb9ae2a83a25ee

configs/rpi_3_defconfig

index 5730370..4484096 100644 (file)
@@ -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