diff mbox series

[net,4/4] ARM: axm55xx_defconfig: Disable PHY time stamping by default.

Message ID ffccb79afa227b0c61f4588a30b04dae21561434.1611198584.git.richardcochran@gmail.com
State New
Headers show
Series Remove unneeded PHY time stamping option. | expand

Commit Message

Richard Cochran Jan. 21, 2021, 4:06 a.m. UTC
The NETWORK_PHY_TIMESTAMPING configuration option adds overhead into
the networking stack.  When enabled, all transmitted and received
frames are subjected to extra tests to determine whether they just
might be PTP frames to be presented to esoteric PHY time stamping
drivers.

However, no System on Chip, least ways not the axm55xx SoC, includes
such a PHY time stamping device.  Disable the unneeded option by
default.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
---
 arch/arm/configs/axm55xx_defconfig | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/configs/axm55xx_defconfig b/arch/arm/configs/axm55xx_defconfig
index 46075216ee6d..2d1a45066649 100644
--- a/arch/arm/configs/axm55xx_defconfig
+++ b/arch/arm/configs/axm55xx_defconfig
@@ -73,7 +73,6 @@  CONFIG_INET_AH=y
 CONFIG_INET_ESP=y
 CONFIG_INET_IPCOMP=y
 # CONFIG_IPV6 is not set
-CONFIG_NETWORK_PHY_TIMESTAMPING=y
 CONFIG_BRIDGE=y
 # CONFIG_WIRELESS is not set
 CONFIG_DEVTMPFS=y