diff options
-rw-r--r-- | drivers/net/Kconfig | 9 | ||||
-rw-r--r-- | net/Kconfig | 3 |
2 files changed, 9 insertions, 3 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 6b1af549b2ff..533cc411ee48 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -26,6 +26,15 @@ menuconfig NETDEVICES | |||
26 | # that for each of the symbols. | 26 | # that for each of the symbols. |
27 | if NETDEVICES | 27 | if NETDEVICES |
28 | 28 | ||
29 | config COMPAT_NET_DEV_OPS | ||
30 | default y | ||
31 | bool "Enable older network device API compatiablity" | ||
32 | ---help--- | ||
33 | This option enables kernel compatiability with older network devices | ||
34 | that do not use net_device_ops interface. | ||
35 | |||
36 | If unsure, say Y. | ||
37 | |||
29 | config IFB | 38 | config IFB |
30 | tristate "Intermediate Functional Block support" | 39 | tristate "Intermediate Functional Block support" |
31 | depends on NET_CLS_ACT | 40 | depends on NET_CLS_ACT |
diff --git a/net/Kconfig b/net/Kconfig index c9fdcd7e71ea..93998a9c39c2 100644 --- a/net/Kconfig +++ b/net/Kconfig | |||
@@ -24,9 +24,6 @@ if NET | |||
24 | 24 | ||
25 | menu "Networking options" | 25 | menu "Networking options" |
26 | 26 | ||
27 | config COMPAT_NET_DEV_OPS | ||
28 | def_bool y | ||
29 | |||
30 | source "net/packet/Kconfig" | 27 | source "net/packet/Kconfig" |
31 | source "net/unix/Kconfig" | 28 | source "net/unix/Kconfig" |
32 | source "net/xfrm/Kconfig" | 29 | source "net/xfrm/Kconfig" |