From: Jesse Brandeburg Date: Fri, 12 Sep 2008 03:06:15 +0000 (-0700) Subject: ixgbe: fix DCA dependency in Kconfig X-Git-Tag: MMI-PSA29.97-13-9~31818^2~195^2~10 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d100ba33f8d2c4dbb53b05f5ac49c39a0dd9dd76;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git ixgbe: fix DCA dependency in Kconfig ixgbe can depend on dca IF it is enabled. So if we are compiled as IXGBE=y, and DCA is enabled, then we must force INTEL_IOATDMA and therefore DCA to be =y also. Signed-off-by: Jesse Brandeburg Signed-off-by: Jeff Kirsher Signed-off-by: Jeff Garzik --- diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 69c81da48ebc..c25f0d6817a2 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2411,6 +2411,7 @@ config IXGBE tristate "Intel(R) 10GbE PCI Express adapters support" depends on PCI && INET select INET_LRO + select INTEL_IOATDMA ---help--- This driver supports Intel(R) 10GbE PCI Express family of adapters. For more information on how to identify your adapter, go