diff options
| author | Robert Marko | 2024-02-10 16:19:54 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-07-09 10:33:17 +0000 |
| commit | c39c8da2425f0cc4f4628237d773fe089576b816 (patch) | |
| tree | eabefa5bc46a7fcf0ad5a3b9377c097c9f20ed75 | |
| parent | 157a33402d6ad900fe51e820f869a29f2f983c44 (diff) | |
| download | openwrt-c39c8da2425f0cc4f4628237d773fe089576b816.tar.gz | |
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 <robimarko@gmail.com>
| -rw-r--r-- | target/linux/qualcommax/ipq807x/config-default | 2 |
1 files changed, 2 insertions, 0 deletions
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 |