aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorJesse Brandeburg <jesse.brandeburg@intel.com>2008-09-11 23:06:15 -0400
committerJeff Garzik <jgarzik@redhat.com>2008-09-24 18:57:53 -0400
commitd100ba33f8d2c4dbb53b05f5ac49c39a0dd9dd76 (patch)
tree36a89c5754b1886245eb64cf08e3faa88af51331 /drivers/net/Kconfig
parent69888674738db42dd73430ebc59a691010c8fa2e (diff)
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 <jesse.brandeburg@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig1
1 files changed, 1 insertions, 0 deletions
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
2411 tristate "Intel(R) 10GbE PCI Express adapters support" 2411 tristate "Intel(R) 10GbE PCI Express adapters support"
2412 depends on PCI && INET 2412 depends on PCI && INET
2413 select INET_LRO 2413 select INET_LRO
2414 select INTEL_IOATDMA
2414 ---help--- 2415 ---help---
2415 This driver supports Intel(R) 10GbE PCI Express family of 2416 This driver supports Intel(R) 10GbE PCI Express family of
2416 adapters. For more information on how to identify your adapter, go 2417 adapters. For more information on how to identify your adapter, go