diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 68bc073b8b31..f499a3bc629f 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2327,6 +2327,23 @@ config S2IO_NAPI | |||
2327 | 2327 | ||
2328 | If in doubt, say N. | 2328 | If in doubt, say N. |
2329 | 2329 | ||
2330 | config MYRI10GE | ||
2331 | tristate "Myricom Myri-10G Ethernet support" | ||
2332 | depends on PCI | ||
2333 | select FW_LOADER | ||
2334 | select CRC32 | ||
2335 | ---help--- | ||
2336 | This driver supports Myricom Myri-10G Dual Protocol interface in | ||
2337 | Ethernet mode. If the eeprom on your board is not recent enough, | ||
2338 | you will need a newer firmware image. | ||
2339 | You may get this image or more information, at: | ||
2340 | |||
2341 | <http://www.myri.com/Myri-10G/> | ||
2342 | |||
2343 | To compile this driver as a module, choose M here and read | ||
2344 | <file:Documentation/networking/net-modules.txt>. The module | ||
2345 | will be called myri10ge. | ||
2346 | |||
2330 | endmenu | 2347 | endmenu |
2331 | 2348 | ||
2332 | source "drivers/net/tokenring/Kconfig" | 2349 | source "drivers/net/tokenring/Kconfig" |