diff options
author | John Crispin <john@openwrt.org> | 2015-04-14 19:00:57 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-04-14 19:00:57 +0000 |
commit | 911cf6da609fb729070e6785d93e47a147f5e3b0 (patch) | |
tree | 203c0ff478d3a94dca83497c91ef4b359a3c0716 /target/linux/ar71xx/config-3.18 | |
parent | efbdc168ff03335f811a5660b832f33d8fda2743 (diff) | |
download | upstream-911cf6da609fb729070e6785d93e47a147f5e3b0.tar.gz upstream-911cf6da609fb729070e6785d93e47a147f5e3b0.tar.bz2 upstream-911cf6da609fb729070e6785d93e47a147f5e3b0.zip |
ar71xx: Enable AT803X_PHY to set special flags
Open-Mesh OM5P-AN use a AT8035 (F1E) behind one of the ethernet ports. This PHY
requires special flags to work correctly. Otherwise massive packet loss happens
with active POE or when switching the link speed from gigabit ethernet to fast
ethernet. The generic PHY doesn't have support to change these settings.
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 45439
Diffstat (limited to 'target/linux/ar71xx/config-3.18')
-rw-r--r-- | target/linux/ar71xx/config-3.18 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-3.18 b/target/linux/ar71xx/config-3.18 index b9880480f3..1ee99f479d 100644 --- a/target/linux/ar71xx/config-3.18 +++ b/target/linux/ar71xx/config-3.18 @@ -2,6 +2,7 @@ CONFIG_AG71XX=y CONFIG_AG71XX_AR8216_SUPPORT=y # CONFIG_AG71XX_DEBUG is not set # CONFIG_AG71XX_DEBUG_FS is not set +CONFIG_AT803X_PHY=y CONFIG_AR8216_PHY=y CONFIG_AR8216_PHY_LEDS=y CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y |