diff options
author | Richard Cochran <richardcochran@gmail.com> | 2021-01-21 07:06:01 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-01-24 00:23:35 +0300 |
commit | 04cbb740ce1bbaca1c2681cf2de4d10fffded87f (patch) | |
tree | 7f3e5aa1401365fc9e8620d4a63c2b92d9fd6927 /drivers/net/ethernet/marvell/Kconfig | |
parent | 57ba00774b5bf5dd3a90725b1d8e619344e2d5ed (diff) | |
download | linux-04cbb740ce1bbaca1c2681cf2de4d10fffded87f.tar.xz |
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: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/ethernet/marvell/Kconfig')
-rw-r--r-- | drivers/net/ethernet/marvell/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/marvell/Kconfig b/drivers/net/ethernet/marvell/Kconfig index 41815b609569..7fe15a3286f4 100644 --- a/drivers/net/ethernet/marvell/Kconfig +++ b/drivers/net/ethernet/marvell/Kconfig @@ -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) |