aboutsummaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/Kconfig b/net/Kconfig
index e411046a62e3..d92afe4204d9 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
92config NET_PTP_CLASSIFY
93 def_bool n
94
92config NETWORK_PHY_TIMESTAMPING 95config 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
@@ -239,7 +243,7 @@ config XPS
239 default y 243 default y
240 244
241config CGROUP_NET_PRIO 245config CGROUP_NET_PRIO
242 tristate "Network priority cgroup" 246 bool "Network priority cgroup"
243 depends on CGROUPS 247 depends on CGROUPS
244 ---help--- 248 ---help---
245 Cgroup subsystem for use in assigning processes to network priorities on 249 Cgroup subsystem for use in assigning processes to network priorities on