net: dsa: mv88e6xxx: Remove bogus Kconfig dependency.
authorRichard Cochran <richardcochran@gmail.com>
Thu, 21 Jan 2021 04:06:00 +0000 (20:06 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 23 Jan 2021 21:23:31 +0000 (13:23 -0800)
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>
drivers/net/dsa/mv88e6xxx/Kconfig

index 51185e4d7d15ed548d82ef870cb0f392b6e66d10..b17540926c1167dbfef1b9fdc4ba7474d241949e 100644 (file)
@@ -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.