diff options
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 17 |
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 | ||
26 | menu "Networking options" | 26 | menu "Networking options" |
27 | 27 | ||
28 | config COMPAT_NET_DEV_OPS | ||
29 | def_bool y | ||
30 | |||
31 | source "net/packet/Kconfig" | 28 | source "net/packet/Kconfig" |
32 | source "net/unix/Kconfig" | 29 | source "net/unix/Kconfig" |
33 | source "net/xfrm/Kconfig" | 30 | source "net/xfrm/Kconfig" |
@@ -172,6 +169,7 @@ endif | |||
172 | 169 | ||
173 | source "net/dccp/Kconfig" | 170 | source "net/dccp/Kconfig" |
174 | source "net/sctp/Kconfig" | 171 | source "net/sctp/Kconfig" |
172 | source "net/rds/Kconfig" | ||
175 | source "net/tipc/Kconfig" | 173 | source "net/tipc/Kconfig" |
176 | source "net/atm/Kconfig" | 174 | source "net/atm/Kconfig" |
177 | source "net/802/Kconfig" | 175 | source "net/802/Kconfig" |
@@ -186,6 +184,7 @@ source "net/x25/Kconfig" | |||
186 | source "net/lapb/Kconfig" | 184 | source "net/lapb/Kconfig" |
187 | source "net/econet/Kconfig" | 185 | source "net/econet/Kconfig" |
188 | source "net/wanrouter/Kconfig" | 186 | source "net/wanrouter/Kconfig" |
187 | source "net/phonet/Kconfig" | ||
189 | source "net/sched/Kconfig" | 188 | source "net/sched/Kconfig" |
190 | source "net/dcb/Kconfig" | 189 | source "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 | ||
223 | config 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 | |||
224 | endmenu | 234 | endmenu |
225 | 235 | ||
226 | endmenu | 236 | endmenu |
@@ -230,7 +240,6 @@ source "net/can/Kconfig" | |||
230 | source "net/irda/Kconfig" | 240 | source "net/irda/Kconfig" |
231 | source "net/bluetooth/Kconfig" | 241 | source "net/bluetooth/Kconfig" |
232 | source "net/rxrpc/Kconfig" | 242 | source "net/rxrpc/Kconfig" |
233 | source "net/phonet/Kconfig" | ||
234 | 243 | ||
235 | config FIB_RULES | 244 | config FIB_RULES |
236 | bool | 245 | bool |