diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2022-04-03 21:31:19 +0300 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-04-05 23:33:35 +0200 |
commit | 59aa37b19b1554765c36f36e74f599570325b8f3 (patch) | |
tree | a0044f62c3cfb6cb239c07b8da799bbf05da659e /target | |
parent | 2dafc04b4d29ca473002aed17da6c93dca110c1b (diff) | |
download | upstream-59aa37b19b1554765c36f36e74f599570325b8f3.tar.gz upstream-59aa37b19b1554765c36f36e74f599570325b8f3.tar.bz2 upstream-59aa37b19b1554765c36f36e74f599570325b8f3.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>
(cherry picked from commit d7eba8059b3bfe89f90f1d18f1f0d23cbbb42423)
Diffstat (limited to 'target')
-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 6a582bbcd5..84e09a9076 100644 --- a/target/linux/qoriq/config-5.10 +++ b/target/linux/qoriq/config-5.10 @@ -208,6 +208,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 |