diff options
author | Brice Goglin <brice@myri.com> | 2008-09-13 20:42:07 (GMT) |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-09-24 22:58:57 (GMT) |
commit | ead7b9406c252014175bdf7c6c31894edfa0d1fa (patch) | |
tree | 85c419de9346280d356727c969da9202d99ee140 /drivers/net/Kconfig | |
parent | 004f23b9d3874efc81d2d1cf18fd0fe48dc2f26f (diff) | |
download | linux-ead7b9406c252014175bdf7c6c31894edfa0d1fa.tar.xz |
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 8d222e4..031b95b 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2464,6 +2464,7 @@ config MYRI10GE select FW_LOADER select CRC32 select INET_LRO + select INTEL_IOATDMA ---help--- This driver supports Myricom Myri-10G Dual Protocol interface in Ethernet mode. If the eeprom on your board is not recent enough, |