mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
sunxi: defconfig: Bananapi M2 Berry: enable Ethernet
The M2 Berry features the normal Gigabit PHY connected to the SoC's MAC, so enable the sun8i-emac driver to support Ethernet on the board. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
This commit is contained in:
parent
69d06935de
commit
4b3eebfd2e
1 changed files with 2 additions and 0 deletions
|
@ -15,3 +15,5 @@ CONFIG_SCSI_AHCI=y
|
|||
CONFIG_AXP_DLDO4_VOLT=2500
|
||||
CONFIG_AXP_ELDO3_VOLT=1200
|
||||
CONFIG_SCSI=y
|
||||
CONFIG_SUN8I_EMAC=y
|
||||
CONFIG_RGMII=y
|
||||
|
|
Loading…
Reference in a new issue