Merge branch 'remove-unneeded-phy-time-stamping-option'
authorJakub Kicinski <kuba@kernel.org>
Sat, 23 Jan 2021 21:21:39 +0000 (13:21 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 23 Jan 2021 21:23:38 +0000 (13:23 -0800)
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>

Trivial merge