Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135452
b: refs/heads/master
c: d44c3a2
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Mar 22, 2009
1 parent f804136 commit 2b49938
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5ae4efbcd2611562a8b93596be034e63495706a5
refs/heads/master: d44c3a2e0e5d2c75d22284462c66d166604b1f18
9 changes: 9 additions & 0 deletions trunk/drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ menuconfig NETDEVICES
# that for each of the symbols.
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
tristate "Intermediate Functional Block support"
depends on NET_CLS_ACT
Expand Down
3 changes: 0 additions & 3 deletions trunk/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ if NET

menu "Networking options"

config COMPAT_NET_DEV_OPS
def_bool y

source "net/packet/Kconfig"
source "net/unix/Kconfig"
source "net/xfrm/Kconfig"
Expand Down

0 comments on commit 2b49938

Please sign in to comment.