From: Robert Marko Date: Sat, 10 Feb 2024 16:19:54 +0000 (+0100) Subject: qualcommax: ipq807x: enable GPIO bitbanged MDIO X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c39c8da2425f0cc4f4628237d773fe089576b816;p=openwrt%2Fstaging%2Fxback.git 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 --- 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