diff options
| author | Peter Robinson <[email protected]> | 2018-03-16 06:26:29 +0000 |
|---|---|---|
| committer | Alexander Graf <[email protected]> | 2018-04-05 11:41:18 +0200 |
| commit | 79153ff0c4383ff45d11be1e52ad94a1d24240f8 (patch) | |
| tree | d77b7432a018c0ba25a74af01615ec2304027e6a | |
| parent | 7fe77226aa29f517ec4b503df784164c0183bae6 (diff) | |
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 <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
| -rw-r--r-- | configs/rpi_3_32b_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
