diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2008-12-29 16:32:35 -0500 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2008-12-29 16:32:35 -0500 |
commit | 33edcf133ba93ecba2e4b6472e97b689895d805c (patch) | |
tree | 327d7a20acef64005e7c5ccbfa1265be28aeb6ac /net/Kconfig | |
parent | be4d638c1597580ed2294d899d9f1a2cd10e462c (diff) | |
parent | 3c92ec8ae91ecf59d88c798301833d7cf83f2179 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/Kconfig b/net/Kconfig index d789d79551ae..6ec2cce7c167 100644 --- a/net/Kconfig +++ b/net/Kconfig | |||
@@ -27,11 +27,14 @@ menu "Networking options" | |||
27 | config NET_NS | 27 | config NET_NS |
28 | bool "Network namespace support" | 28 | bool "Network namespace support" |
29 | default n | 29 | default n |
30 | depends on EXPERIMENTAL && !SYSFS && NAMESPACES | 30 | depends on EXPERIMENTAL && NAMESPACES |
31 | help | 31 | help |
32 | Allow user space to create what appear to be multiple instances | 32 | Allow user space to create what appear to be multiple instances |
33 | of the network stack. | 33 | of the network stack. |
34 | 34 | ||
35 | config COMPAT_NET_DEV_OPS | ||
36 | def_bool y | ||
37 | |||
35 | source "net/packet/Kconfig" | 38 | source "net/packet/Kconfig" |
36 | source "net/unix/Kconfig" | 39 | source "net/unix/Kconfig" |
37 | source "net/xfrm/Kconfig" | 40 | source "net/xfrm/Kconfig" |
@@ -191,6 +194,7 @@ source "net/lapb/Kconfig" | |||
191 | source "net/econet/Kconfig" | 194 | source "net/econet/Kconfig" |
192 | source "net/wanrouter/Kconfig" | 195 | source "net/wanrouter/Kconfig" |
193 | source "net/sched/Kconfig" | 196 | source "net/sched/Kconfig" |
197 | source "net/dcb/Kconfig" | ||
194 | 198 | ||
195 | menu "Network testing" | 199 | menu "Network testing" |
196 | 200 | ||
@@ -247,7 +251,6 @@ if WIRELESS | |||
247 | 251 | ||
248 | source "net/wireless/Kconfig" | 252 | source "net/wireless/Kconfig" |
249 | source "net/mac80211/Kconfig" | 253 | source "net/mac80211/Kconfig" |
250 | source "net/ieee80211/Kconfig" | ||
251 | 254 | ||
252 | endif # WIRELESS | 255 | endif # WIRELESS |
253 | 256 | ||