aboutsummaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig18
1 files changed, 14 insertions, 4 deletions
diff --git a/net/Kconfig b/net/Kconfig
index cdb8fdef6c4a..ec93e7e38b38 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -4,6 +4,7 @@
4 4
5menuconfig NET 5menuconfig NET
6 bool "Networking support" 6 bool "Networking support"
7 select NLATTR
7 ---help--- 8 ---help---
8 Unless you really know what you are doing, you should say Y here. 9 Unless you really know what you are doing, you should say Y here.
9 The reason is that some programs need kernel networking support even 10 The reason is that some programs need kernel networking support even
@@ -24,9 +25,6 @@ if NET
24 25
25menu "Networking options" 26menu "Networking options"
26 27
27config COMPAT_NET_DEV_OPS
28 def_bool y
29
30source "net/packet/Kconfig" 28source "net/packet/Kconfig"
31source "net/unix/Kconfig" 29source "net/unix/Kconfig"
32source "net/xfrm/Kconfig" 30source "net/xfrm/Kconfig"
@@ -171,6 +169,7 @@ endif
171 169
172source "net/dccp/Kconfig" 170source "net/dccp/Kconfig"
173source "net/sctp/Kconfig" 171source "net/sctp/Kconfig"
172source "net/rds/Kconfig"
174source "net/tipc/Kconfig" 173source "net/tipc/Kconfig"
175source "net/atm/Kconfig" 174source "net/atm/Kconfig"
176source "net/802/Kconfig" 175source "net/802/Kconfig"
@@ -185,6 +184,7 @@ source "net/x25/Kconfig"
185source "net/lapb/Kconfig" 184source "net/lapb/Kconfig"
186source "net/econet/Kconfig" 185source "net/econet/Kconfig"
187source "net/wanrouter/Kconfig" 186source "net/wanrouter/Kconfig"
187source "net/phonet/Kconfig"
188source "net/sched/Kconfig" 188source "net/sched/Kconfig"
189source "net/dcb/Kconfig" 189source "net/dcb/Kconfig"
190 190
@@ -220,6 +220,17 @@ config NET_TCPPROBE
220 To compile this code as a module, choose M here: the 220 To compile this code as a module, choose M here: the
221 module will be called tcp_probe. 221 module will be called tcp_probe.
222 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
223endmenu 234endmenu
224 235
225endmenu 236endmenu
@@ -229,7 +240,6 @@ source "net/can/Kconfig"
229source "net/irda/Kconfig" 240source "net/irda/Kconfig"
230source "net/bluetooth/Kconfig" 241source "net/bluetooth/Kconfig"
231source "net/rxrpc/Kconfig" 242source "net/rxrpc/Kconfig"
232source "net/phonet/Kconfig"
233 243
234config FIB_RULES 244config FIB_RULES
235 bool 245 bool