|
@@ -26,6 +26,15 @@ menuconfig NETDEVICES
|
|
# that for each of the symbols.
|
|
# that for each of the symbols.
|
|
if NETDEVICES
|
|
if NETDEVICES
|
|
|
|
|
|
|
|
+config COMPAT_NET_DEV_OPS
|
|
|
|
+ default y
|
|
|
|
+ bool "Enable older network device API compatiablity"
|
|
|
|
+ ---help---
|
|
|
|
+ This option enables kernel compatiability with older network devices
|
|
|
|
+ that do not use net_device_ops interface.
|
|
|
|
+
|
|
|
|
+ If unsure, say Y.
|
|
|
|
+
|
|
config IFB
|
|
config IFB
|
|
tristate "Intermediate Functional Block support"
|
|
tristate "Intermediate Functional Block support"
|
|
depends on NET_CLS_ACT
|
|
depends on NET_CLS_ACT
|