diff mbox series

[U-Boot,1/2] rpi3: Enable lan78xx driver

Message ID 20180315140537.9818-1-agraf@suse.de
State Accepted
Commit 0d1a6c5e525654aa0bc498db960bc8195e9ac2a1
Delegated to: Alexander Graf
Headers show
Series [U-Boot,1/2] rpi3: Enable lan78xx driver | expand

Commit Message

Alexander Graf March 15, 2018, 2:05 p.m. UTC
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>
---
 configs/rpi_3_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Alexander Graf April 5, 2018, 9:44 a.m. UTC | #1
> 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>

Thanks, applied to efi-next

Alex
diff mbox series

Patch

diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig
index 0f3a54ec9a..810b60344f 100644
--- a/configs/rpi_3_defconfig
+++ b/configs/rpi_3_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