diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2022-04-03 21:31:19 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2022-04-03 22:41:05 +0300 |
commit | d7eba8059b3bfe89f90f1d18f1f0d23cbbb42423 (patch) | |
tree | 3e12ba491d87d6f57ebb4f6176c417f12fe1ae38 /target/linux/qoriq | |
parent | 3e0daca6447c3d5b9eb6d24ecb8e52f256f385cc (diff) | |
download | upstream-d7eba8059b3bfe89f90f1d18f1f0d23cbbb42423.tar.gz upstream-d7eba8059b3bfe89f90f1d18f1f0d23cbbb42423.tar.bz2 upstream-d7eba8059b3bfe89f90f1d18f1f0d23cbbb42423.zip |
qoriq: enable support for Marvell Alaska PHYs
The WatchGuard Firebox M200 and M300 use a Marvell 88e1543 PHY for the
first 3 ethernet ports. This PHY is supported by the Marvell Alaska PHY
driver, so enable it.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/qoriq')
-rw-r--r-- | target/linux/qoriq/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/qoriq/config-5.10 b/target/linux/qoriq/config-5.10 index e76ca379ff..240d098dde 100644 --- a/target/linux/qoriq/config-5.10 +++ b/target/linux/qoriq/config-5.10 @@ -207,6 +207,7 @@ CONFIG_LIBFDT=y CONFIG_LOCK_DEBUGGING_SUPPORT=y CONFIG_LOCK_SPIN_ON_OWNER=y CONFIG_MAGIC_SYSRQ=y +CONFIG_MARVELL_PHY=y CONFIG_MATH_EMULATION=y # CONFIG_MATH_EMULATION_FULL is not set CONFIG_MATH_EMULATION_HW_UNIMPLEMENTED=y |