mpc85xx: fix missing kernel config symbol
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Sat, 15 Oct 2022 13:36:00 +0000 (15:36 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 16 Nov 2022 22:30:11 +0000 (23:30 +0100)
While compiling OpenWrt master for Turris 1.x routers (p2020), it
reported following error:

    Gianfar Ethernet (GIANFAR) [Y/n/m/?] y
    Freescale DPAA2 Ethernet Switch (FSL_DPAA2_SWITCH) [N/m/y/?] (NEW)
Error in reading or end of file.

Let's fix it by disabling it.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
target/linux/mpc85xx/config-5.15

index 4f27d3bd7086c3f29ba372dd2e1b20f7ef82eb3c..8734038d33e345e0f98e40962a2c4e326590a2f4 100644 (file)
@@ -71,6 +71,7 @@ CONFIG_ENABLE_MUST_CHECK=y
 CONFIG_ETHERNET_PACKET_MANGLE=y
 CONFIG_FIXED_PHY=y
 CONFIG_FSL_BOOKE=y
+# CONFIG_FSL_DPAA2_SWITCH is not set
 CONFIG_FSL_EMB_PERFMON=y
 # CONFIG_FSL_FMAN is not set
 CONFIG_FSL_LBC=y