diff options
author | Brice Goglin <brice@myri.com> | 2008-09-13 16:42:07 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-09-24 18:58:57 -0400 |
commit | ead7b9406c252014175bdf7c6c31894edfa0d1fa (patch) | |
tree | 85c419de9346280d356727c969da9202d99ee140 /drivers/net/Kconfig | |
parent | 004f23b9d3874efc81d2d1cf18fd0fe48dc2f26f (diff) |
myri10ge: use DCA if DCA is compiled as a module
Use DCA in myri10ge when CONFIG_DCA_MODULE is set as well.
And thus force INTEL_IOATDMA to =y so that DCA=y if we are =y.
Signed-off-by: Brice Goglin <brice@myri.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 8d222e470569..031b95b1f229 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2464,6 +2464,7 @@ config MYRI10GE | |||
2464 | select FW_LOADER | 2464 | select FW_LOADER |
2465 | select CRC32 | 2465 | select CRC32 |
2466 | select INET_LRO | 2466 | select INET_LRO |
2467 | select INTEL_IOATDMA | ||
2467 | ---help--- | 2468 | ---help--- |
2468 | This driver supports Myricom Myri-10G Dual Protocol interface in | 2469 | This driver supports Myricom Myri-10G Dual Protocol interface in |
2469 | Ethernet mode. If the eeprom on your board is not recent enough, | 2470 | Ethernet mode. If the eeprom on your board is not recent enough, |