Merge branch 'remove-unneeded-phy-time-stamping-option'
Richard Cochran says: ==================== Remove unneeded PHY time stamping option. The NETWORK_PHY_TIMESTAMPING configuration option adds additional checks into the networking hot path, and it is only needed by two rather esoteric devices, namely the TI DP83640 PHYTER and the ZHAW InES 1588 IP core. Very few end users have these devices, and those that do have them are building specialized embedded systems. Unfortunately two unrelated drivers depend on this option, and two defconfigs enable it. It is probably my fault for not paying enough attention in reviews. This series corrects the gratuitous use of NETWORK_PHY_TIMESTAMPING. ==================== Link: https://lore.kernel.org/r/cover.1611198584.git.richardcochran@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
commit
692347a931
@ -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.
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user