diff options
| author | Bryan Berg | 2024-05-22 02:45:45 +0000 |
|---|---|---|
| committer | Christian Marangi | 2024-06-27 15:11:40 +0000 |
| commit | 173d59e7dc15208da9f1ff32a1d24a6e4004d467 (patch) | |
| tree | 491e71a721929d47155173e2a258d1ccd8b90fbd | |
| parent | bf0602f9c8afaf1110e79be4f1370bf63aaf3623 (diff) | |
| download | openwrt-173d59e7dc15208da9f1ff32a1d24a6e4004d467.tar.gz | |
ipq806x: 6.6: enable at803x driver
Used by ethernet interfaces on AP3935i.
Signed-off-by: Bryan Berg <bdb@north-eastham.org>
Link: https://github.com/openwrt/openwrt/pull/13629
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -rw-r--r-- | target/linux/ipq806x/config-6.6 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq806x/config-6.6 b/target/linux/ipq806x/config-6.6 index d1e3eec4fe..8c62332fce 100644 --- a/target/linux/ipq806x/config-6.6 +++ b/target/linux/ipq806x/config-6.6 @@ -49,6 +49,7 @@ CONFIG_ARM_QCOM_SPM_CPUIDLE=y CONFIG_ARM_THUMB=y CONFIG_ARM_UNWIND=y CONFIG_ARM_VIRT_EXT=y +CONFIG_AT803X_PHY=y CONFIG_AUTO_ZRELADDR=y CONFIG_BINFMT_FLAT_ARGVP_ENVP_ON_STACK=y CONFIG_BLK_DEV_LOOP=y |