summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/mv88e6xxx
diff options
context:
space:
mode:
authorRichard Cochran <richardcochran@gmail.com>2021-01-20 20:06:00 -0800
committerJakub Kicinski <kuba@kernel.org>2021-01-23 13:23:31 -0800
commit57ba00774b5bf5dd3a90725b1d8e619344e2d5ed (patch)
treee249956272f91cc6ec2083c4587a181d224a5b3e /drivers/net/dsa/mv88e6xxx
parente7b76db3624013c1e81c443ddd5b8e026ad236ef (diff)
downloadlinux-stable-57ba00774b5bf5dd3a90725b1d8e619344e2d5ed.tar.gz
linux-stable-57ba00774b5bf5dd3a90725b1d8e619344e2d5ed.tar.bz2
linux-stable-57ba00774b5bf5dd3a90725b1d8e619344e2d5ed.zip
net: dsa: mv88e6xxx: Remove bogus Kconfig dependency.
The mv88e6xxx is a DSA driver, and it implements DSA style time stamping of PTP frames. It has no need of the expensive option to enable PHY time stamping. Remove the bogus dependency. Signed-off-by: Richard Cochran <richardcochran@gmail.com> Acked-by: Brandon Streiff <brandon.streiff@ni.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/dsa/mv88e6xxx')
-rw-r--r--drivers/net/dsa/mv88e6xxx/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/dsa/mv88e6xxx/Kconfig b/drivers/net/dsa/mv88e6xxx/Kconfig
index 51185e4d7d15..b17540926c11 100644
--- a/drivers/net/dsa/mv88e6xxx/Kconfig
+++ b/drivers/net/dsa/mv88e6xxx/Kconfig
@@ -25,7 +25,6 @@ config NET_DSA_MV88E6XXX_PTP
default n
depends on NET_DSA_MV88E6XXX_GLOBAL2
depends on PTP_1588_CLOCK
- imply NETWORK_PHY_TIMESTAMPING
help
Say Y to enable PTP hardware timestamping on Marvell 88E6xxx switch
chips that support it.