aboutsummaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig7
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"
27config NET_NS 27config 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
35config COMPAT_NET_DEV_OPS
36 def_bool y
37
35source "net/packet/Kconfig" 38source "net/packet/Kconfig"
36source "net/unix/Kconfig" 39source "net/unix/Kconfig"
37source "net/xfrm/Kconfig" 40source "net/xfrm/Kconfig"
@@ -191,6 +194,7 @@ source "net/lapb/Kconfig"
191source "net/econet/Kconfig" 194source "net/econet/Kconfig"
192source "net/wanrouter/Kconfig" 195source "net/wanrouter/Kconfig"
193source "net/sched/Kconfig" 196source "net/sched/Kconfig"
197source "net/dcb/Kconfig"
194 198
195menu "Network testing" 199menu "Network testing"
196 200
@@ -247,7 +251,6 @@ if WIRELESS
247 251
248source "net/wireless/Kconfig" 252source "net/wireless/Kconfig"
249source "net/mac80211/Kconfig" 253source "net/mac80211/Kconfig"
250source "net/ieee80211/Kconfig"
251 254
252endif # WIRELESS 255endif # WIRELESS
253 256