igb: add IGB_DCA instead of selecting INTEL_IOATDMA
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 17 Oct 2008 18:08:31 +0000 (11:08 -0700)
committerJeff Garzik <jgarzik@redhat.com>
Wed, 22 Oct 2008 10:54:07 +0000 (06:54 -0400)
Add a bool IGB_DCA defined to y if IGB and DCA are enabled, but IGB isn't y while DCA=m.  And thus remove the need to select INTEL_IOATDMA when IGB is enabled, so that non-x86 architectures can build the igb driver.
Based on work/patch from Brice Goglin <brice@myri.com>

Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

No differences found