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)
commit421e02f0e9c3335028750ee411e5534dab82efbd
tree32b7cad0381984aa23298f4419501a6d250b14d4
parentc54106bb3856a7726a814d54aa0eb32f5419a743
igb: add IGB_DCA instead of selecting INTEL_IOATDMA

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>
drivers/net/Kconfig
drivers/net/igb/igb_main.c