diff options
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig index e411046a62e3..d1f6f968fc09 100644 --- a/net/Kconfig +++ b/net/Kconfig | |||
@@ -89,8 +89,12 @@ config NETWORK_SECMARK | |||
89 | to nfmark, but designated for security purposes. | 89 | to nfmark, but designated for security purposes. |
90 | If you are unsure how to answer this question, answer N. | 90 | If you are unsure how to answer this question, answer N. |
91 | 91 | ||
92 | config NET_PTP_CLASSIFY | ||
93 | def_bool n | ||
94 | |||
92 | config NETWORK_PHY_TIMESTAMPING | 95 | config NETWORK_PHY_TIMESTAMPING |
93 | bool "Timestamping in PHY devices" | 96 | bool "Timestamping in PHY devices" |
97 | select NET_PTP_CLASSIFY | ||
94 | help | 98 | help |
95 | This allows timestamping of network packets by PHYs with | 99 | This allows timestamping of network packets by PHYs with |
96 | hardware timestamping capabilities. This option adds some | 100 | hardware timestamping capabilities. This option adds some |