aboutsummaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig17
1 files changed, 13 insertions, 4 deletions
diff --git a/net/Kconfig b/net/Kconfig
index eab40a481356..ec93e7e38b38 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -25,9 +25,6 @@ if NET
25 25
26menu "Networking options" 26menu "Networking options"
27 27
28config COMPAT_NET_DEV_OPS
29 def_bool y
30
31source "net/packet/Kconfig" 28source "net/packet/Kconfig"
32source "net/unix/Kconfig" 29source "net/unix/Kconfig"
33source "net/xfrm/Kconfig" 30source "net/xfrm/Kconfig"
@@ -172,6 +169,7 @@ endif
172 169
173source "net/dccp/Kconfig" 170source "net/dccp/Kconfig"
174source "net/sctp/Kconfig" 171source "net/sctp/Kconfig"
172source "net/rds/Kconfig"
175source "net/tipc/Kconfig" 173source "net/tipc/Kconfig"
176source "net/atm/Kconfig" 174source "net/atm/Kconfig"
177source "net/802/Kconfig" 175source "net/802/Kconfig"
@@ -186,6 +184,7 @@ source "net/x25/Kconfig"
186source "net/lapb/Kconfig" 184source "net/lapb/Kconfig"
187source "net/econet/Kconfig" 185source "net/econet/Kconfig"
188source "net/wanrouter/Kconfig" 186source "net/wanrouter/Kconfig"
187source "net/phonet/Kconfig"
189source "net/sched/Kconfig" 188source "net/sched/Kconfig"
190source "net/dcb/Kconfig" 189source "net/dcb/Kconfig"
191 190
@@ -221,6 +220,17 @@ config NET_TCPPROBE
221 To compile this code as a module, choose M here: the 220 To compile this code as a module, choose M here: the
222 module will be called tcp_probe. 221 module will be called tcp_probe.
223 222
223config NET_DROP_MONITOR
224 boolean "Network packet drop alerting service"
225 depends on INET && EXPERIMENTAL && TRACEPOINTS
226 ---help---
227 This feature provides an alerting service to userspace in the
228 event that packets are discarded in the network stack. Alerts
229 are broadcast via netlink socket to any listening user space
230 process. If you don't need network drop alerts, or if you are ok
231 just checking the various proc files and other utilities for
232 drop statistics, say N here.
233
224endmenu 234endmenu
225 235
226endmenu 236endmenu
@@ -230,7 +240,6 @@ source "net/can/Kconfig"
230source "net/irda/Kconfig" 240source "net/irda/Kconfig"
231source "net/bluetooth/Kconfig" 241source "net/bluetooth/Kconfig"
232source "net/rxrpc/Kconfig" 242source "net/rxrpc/Kconfig"
233source "net/phonet/Kconfig"
234 243
235config FIB_RULES 244config FIB_RULES
236 bool 245 bool