From patchwork Wed Jan 1 23:44:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andre Przywara X-Patchwork-Id: 239051 List-Id: U-Boot discussion From: andre.przywara at arm.com (Andre Przywara) Date: Wed, 1 Jan 2020 23:44:47 +0000 Subject: [PATCH 2/4] sunxi: defconfig: Bananapi M2 Berry: enable Ethernet In-Reply-To: <20200101234449.26514-1-andre.przywara@arm.com> References: <20200101234449.26514-1-andre.przywara@arm.com> Message-ID: <20200101234449.26514-3-andre.przywara@arm.com> 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 --- configs/bananapi_m2_berry_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/bananapi_m2_berry_defconfig b/configs/bananapi_m2_berry_defconfig index a5b8632ef6..a97be06188 100644 --- a/configs/bananapi_m2_berry_defconfig +++ b/configs/bananapi_m2_berry_defconfig @@ -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