Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,6 @@ config MVPP2 ...@@ -94,7 +94,6 @@ config MVPP2
config MVPP2_PTP config MVPP2_PTP
bool "Marvell Armada 8K Enable PTP support" bool "Marvell Armada 8K Enable PTP support"
depends on NETWORK_PHY_TIMESTAMPING
depends on (PTP_1588_CLOCK = y && MVPP2 = y) || \ depends on (PTP_1588_CLOCK = y && MVPP2 = y) || \
(PTP_1588_CLOCK && MVPP2 = m) (PTP_1588_CLOCK && MVPP2 = m)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment