diff options
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/net/Kconfig b/net/Kconfig index cdb8fdef6c4a..ce77db4fcec8 100644 --- a/net/Kconfig +++ b/net/Kconfig | |||
@@ -4,6 +4,7 @@ | |||
4 | 4 | ||
5 | menuconfig NET | 5 | menuconfig 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 | ||
25 | menu "Networking options" | 26 | menu "Networking options" |
26 | 27 | ||
27 | config COMPAT_NET_DEV_OPS | ||
28 | def_bool y | ||
29 | |||
30 | source "net/packet/Kconfig" | 28 | source "net/packet/Kconfig" |
31 | source "net/unix/Kconfig" | 29 | source "net/unix/Kconfig" |
32 | source "net/xfrm/Kconfig" | 30 | source "net/xfrm/Kconfig" |
@@ -142,7 +140,7 @@ config NETFILTER_ADVANCED | |||
142 | default y | 140 | default y |
143 | help | 141 | help |
144 | If you say Y here you can select between all the netfilter modules. | 142 | If you say Y here you can select between all the netfilter modules. |
145 | If you say N the more ununsual ones will not be shown and the | 143 | If you say N the more unusual ones will not be shown and the |
146 | basic ones needed by most people will default to 'M'. | 144 | basic ones needed by most people will default to 'M'. |
147 | 145 | ||
148 | If unsure, say Y. | 146 | If unsure, say Y. |
@@ -171,6 +169,7 @@ endif | |||
171 | 169 | ||
172 | source "net/dccp/Kconfig" | 170 | source "net/dccp/Kconfig" |
173 | source "net/sctp/Kconfig" | 171 | source "net/sctp/Kconfig" |
172 | source "net/rds/Kconfig" | ||
174 | source "net/tipc/Kconfig" | 173 | source "net/tipc/Kconfig" |
175 | source "net/atm/Kconfig" | 174 | source "net/atm/Kconfig" |
176 | source "net/802/Kconfig" | 175 | source "net/802/Kconfig" |
@@ -185,6 +184,7 @@ source "net/x25/Kconfig" | |||
185 | source "net/lapb/Kconfig" | 184 | source "net/lapb/Kconfig" |
186 | source "net/econet/Kconfig" | 185 | source "net/econet/Kconfig" |
187 | source "net/wanrouter/Kconfig" | 186 | source "net/wanrouter/Kconfig" |
187 | source "net/phonet/Kconfig" | ||
188 | source "net/sched/Kconfig" | 188 | source "net/sched/Kconfig" |
189 | source "net/dcb/Kconfig" | 189 | source "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 | ||
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 | |||
223 | endmenu | 234 | endmenu |
224 | 235 | ||
225 | endmenu | 236 | endmenu |
@@ -229,7 +240,6 @@ source "net/can/Kconfig" | |||
229 | source "net/irda/Kconfig" | 240 | source "net/irda/Kconfig" |
230 | source "net/bluetooth/Kconfig" | 241 | source "net/bluetooth/Kconfig" |
231 | source "net/rxrpc/Kconfig" | 242 | source "net/rxrpc/Kconfig" |
232 | source "net/phonet/Kconfig" | ||
233 | 243 | ||
234 | config FIB_RULES | 244 | config FIB_RULES |
235 | bool | 245 | bool |