diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-05-13 05:24:46 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-11 05:41:42 -0400 |
commit | 93f7848b77bcf1108879defd32612422ae80d785 (patch) | |
tree | d0b65277b4bd84334423e693870a0dcf50e1b699 /drivers/net/Kconfig | |
parent | 5a2cc190eb3fe58fe519795c509b01b25795992e (diff) |
myri*: Move the Myricom drivers
Move the Myricom drivers into drivers/net/ethernet/myricom/ and make
the necessary Kconfig and Makefile changes.
CC: Andrew Gallatin <gallatin@myri.com>
CC: Brice Goglin <brice@myri.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 56c033a32bdf..38fcaea7c610 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1519,32 +1519,6 @@ config VXGE_DEBUG_TRACE_ALL | |||
1519 | the vxge driver. By default only few debug trace statements are | 1519 | the vxge driver. By default only few debug trace statements are |
1520 | enabled. | 1520 | enabled. |
1521 | 1521 | ||
1522 | config MYRI10GE | ||
1523 | tristate "Myricom Myri-10G Ethernet support" | ||
1524 | depends on PCI && INET | ||
1525 | select FW_LOADER | ||
1526 | select CRC32 | ||
1527 | select INET_LRO | ||
1528 | ---help--- | ||
1529 | This driver supports Myricom Myri-10G Dual Protocol interface in | ||
1530 | Ethernet mode. If the eeprom on your board is not recent enough, | ||
1531 | you will need a newer firmware image. | ||
1532 | You may get this image or more information, at: | ||
1533 | |||
1534 | <http://www.myri.com/scs/download-Myri10GE.html> | ||
1535 | |||
1536 | To compile this driver as a module, choose M here. The module | ||
1537 | will be called myri10ge. | ||
1538 | |||
1539 | config MYRI10GE_DCA | ||
1540 | bool "Direct Cache Access (DCA) Support" | ||
1541 | default y | ||
1542 | depends on MYRI10GE && DCA && !(MYRI10GE=y && DCA=m) | ||
1543 | ---help--- | ||
1544 | Say Y here if you want to use Direct Cache Access (DCA) in the | ||
1545 | driver. DCA is a method for warming the CPU cache before data | ||
1546 | is used, with the intent of lessening the impact of cache misses. | ||
1547 | |||
1548 | config PASEMI_MAC | 1522 | config PASEMI_MAC |
1549 | tristate "PA Semi 1/10Gbit MAC" | 1523 | tristate "PA Semi 1/10Gbit MAC" |
1550 | depends on PPC_PASEMI && PCI && INET | 1524 | depends on PPC_PASEMI && PCI && INET |