diff options
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig index 8c3d97ca0d96..4e2e40ba8ba6 100644 --- a/net/Kconfig +++ b/net/Kconfig | |||
@@ -32,6 +32,9 @@ config NET_NS | |||
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" |