Commit 04cbb740 authored by Richard Cochran's avatar Richard Cochran Committed by Jakub Kicinski
Browse files

net: mvpp2: Remove unneeded Kconfig dependency.



The mvpp2 is an Ethernet driver, and it implements MAC style time
stamping of PTP frames.  It has no need of the expensive option to
enable PHY time stamping.  Remove the incorrect dependency.

Signed-off-by: default avatarRichard Cochran <richardcochran@gmail.com>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 57ba0077
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -94,7 +94,6 @@ config MVPP2

config MVPP2_PTP
	bool "Marvell Armada 8K Enable PTP support"
	depends on NETWORK_PHY_TIMESTAMPING
	depends on (PTP_1588_CLOCK = y && MVPP2 = y) || \
		   (PTP_1588_CLOCK && MVPP2 = m)