diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-09 18:12:52 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-09 18:12:52 -0500 |
commit | 1fd5a46dd6bbca3a1275465120caf4748872c2a7 (patch) | |
tree | c24862a43f57974394ebb58a1d9005e4093e3bf7 /drivers/net/Kconfig | |
parent | 2cc6055060d975e8c7601f4a1c68ef2d3050b4e9 (diff) | |
parent | dff2c03534f525813342ab8dec90c5bb1ee07471 (diff) |
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 733bc25b2bf9..4959800a18d7 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -27,6 +27,19 @@ config NETDEVICES | |||
27 | # that for each of the symbols. | 27 | # that for each of the symbols. |
28 | if NETDEVICES | 28 | if NETDEVICES |
29 | 29 | ||
30 | config IFB | ||
31 | tristate "Intermediate Functional Block support" | ||
32 | depends on NET_CLS_ACT | ||
33 | ---help--- | ||
34 | This is an intermidiate driver that allows sharing of | ||
35 | resources. | ||
36 | To compile this driver as a module, choose M here: the module | ||
37 | will be called ifb. If you want to use more than one ifb | ||
38 | device at a time, you need to compile this driver as a module. | ||
39 | Instead of 'ifb', the devices will then be called 'ifb0', | ||
40 | 'ifb1' etc. | ||
41 | Look at the iproute2 documentation directory for usage etc | ||
42 | |||
30 | config DUMMY | 43 | config DUMMY |
31 | tristate "Dummy net driver support" | 44 | tristate "Dummy net driver support" |
32 | ---help--- | 45 | ---help--- |