Commit 57ba0077 authored by Richard Cochran's avatar Richard Cochran Committed by Jakub Kicinski
Browse files

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: default avatarRichard Cochran <richardcochran@gmail.com>
Acked-by: default avatarBrandon Streiff <brandon.streiff@ni.com>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent e7b76db3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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.