From 1c552eb44ddba4d8630eb3453b4f6dd8ef83b13a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Tue, 24 May 2022 11:14:21 +0200 Subject: bmips: add basic BCM6358 ethernet support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The MDIO bus is supported but there are errors when trying to probe and configure the external BCM5325E switch through B53 DSA. Therefore, let's add basic ethernet (but working) support for now. Signed-off-by: Álvaro Fernández Rojas --- target/linux/bmips/config-5.15 | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/bmips/config-5.15') diff --git a/target/linux/bmips/config-5.15 b/target/linux/bmips/config-5.15 index f1d7752bd8..c38a4450ab 100644 --- a/target/linux/bmips/config-5.15 +++ b/target/linux/bmips/config-5.15 @@ -10,6 +10,7 @@ CONFIG_B53_MMAP_DRIVER=y CONFIG_B53_SPI_DRIVER=y CONFIG_BCM6345_EXT_IRQ=y CONFIG_BCM6345_L1_IRQ=y +CONFIG_BCM6348_ENET=y CONFIG_BCM6368_ENETSW=y CONFIG_BCM63XX_POWER=y CONFIG_BCM7038_WDT=y -- cgit v1.2.3