mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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 <pbrobinson@gmail.com> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
7fe77226aa
commit
79153ff0c4
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue