From c39c8da2425f0cc4f4628237d773fe089576b816 Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Sat, 10 Feb 2024 17:19:54 +0100 Subject: [PATCH] qualcommax: ipq807x: enable GPIO bitbanged MDIO Asus RT-AX89X is using GPIO bitbanged MDIO on newer HW revisions, so lets enable it in kernel config. Link: https://github.com/openwrt/openwrt/pull/15840 Signed-off-by: Robert Marko --- target/linux/qualcommax/ipq807x/config-default | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/qualcommax/ipq807x/config-default b/target/linux/qualcommax/ipq807x/config-default index 18483d05b4..72d17641cd 100644 --- a/target/linux/qualcommax/ipq807x/config-default +++ b/target/linux/qualcommax/ipq807x/config-default @@ -1,6 +1,8 @@ CONFIG_ARM_PSCI_CPUIDLE_DOMAIN=y CONFIG_DT_IDLE_GENPD=y CONFIG_IPQ_GCC_8074=y +CONFIG_MDIO_BITBANG=y +CONFIG_MDIO_GPIO=y # CONFIG_MFD_HI6421_SPMI is not set CONFIG_MFD_SPMI_PMIC=y # CONFIG_NVMEM_SPMI_SDAM is not set -- 2.30.2