From 79153ff0c4383ff45d11be1e52ad94a1d24240f8 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 16 Mar 2018 06:26:29 +0000 Subject: 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 --- configs/rpi_3_32b_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/rpi_3_32b_defconfig') diff --git a/configs/rpi_3_32b_defconfig b/configs/rpi_3_32b_defconfig index 317fc28f711..4e59c14fdf1 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 -- cgit v1.2.3