aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-11-07 01:43:03 -0500
committerDavid S. Miller <davem@davemloft.net>2008-11-07 01:43:03 -0500
commit9eeda9abd1faf489f3df9a1f557975f4c8650363 (patch)
tree3e0a58e25b776cfbee193195460324dccb1886c7 /drivers/net/Kconfig
parent61c9eaf90081cbe6dc4f389e0056bff76eca19ec (diff)
parent4bab0ea1d42dd1927af9df6fbf0003fc00617c50 (diff)
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts: drivers/net/wireless/ath5k/base.c net/8021q/vlan_core.c
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig18
1 files changed, 15 insertions, 3 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 0f3e6b2d2808..1757bb3f6e08 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1997,9 +1997,13 @@ config IGB_LRO
1997 If in doubt, say N. 1997 If in doubt, say N.
1998 1998
1999config IGB_DCA 1999config IGB_DCA
2000 bool "Enable DCA" 2000 bool "Direct Cache Access (DCA) Support"
2001 default y 2001 default y
2002 depends on IGB && DCA && !(IGB=y && DCA=m) 2002 depends on IGB && DCA && !(IGB=y && DCA=m)
2003 ---help---
2004 Say Y here if you want to use Direct Cache Access (DCA) in the
2005 driver. DCA is a method for warming the CPU cache before data
2006 is used, with the intent of lessening the impact of cache misses.
2003 2007
2004source "drivers/net/ixp2000/Kconfig" 2008source "drivers/net/ixp2000/Kconfig"
2005 2009
@@ -2424,9 +2428,13 @@ config IXGBE
2424 will be called ixgbe. 2428 will be called ixgbe.
2425 2429
2426config IXGBE_DCA 2430config IXGBE_DCA
2427 bool 2431 bool "Direct Cache Access (DCA) Support"
2428 default y 2432 default y
2429 depends on IXGBE && DCA && !(IXGBE=y && DCA=m) 2433 depends on IXGBE && DCA && !(IXGBE=y && DCA=m)
2434 ---help---
2435 Say Y here if you want to use Direct Cache Access (DCA) in the
2436 driver. DCA is a method for warming the CPU cache before data
2437 is used, with the intent of lessening the impact of cache misses.
2430 2438
2431config IXGB 2439config IXGB
2432 tristate "Intel(R) PRO/10GbE support" 2440 tristate "Intel(R) PRO/10GbE support"
@@ -2476,9 +2484,13 @@ config MYRI10GE
2476 will be called myri10ge. 2484 will be called myri10ge.
2477 2485
2478config MYRI10GE_DCA 2486config MYRI10GE_DCA
2479 bool 2487 bool "Direct Cache Access (DCA) Support"
2480 default y 2488 default y
2481 depends on MYRI10GE && DCA && !(MYRI10GE=y && DCA=m) 2489 depends on MYRI10GE && DCA && !(MYRI10GE=y && DCA=m)
2490 ---help---
2491 Say Y here if you want to use Direct Cache Access (DCA) in the
2492 driver. DCA is a method for warming the CPU cache before data
2493 is used, with the intent of lessening the impact of cache misses.
2482 2494
2483config NETXEN_NIC 2495config NETXEN_NIC
2484 tristate "NetXen Multi port (1/10) Gigabit Ethernet NIC" 2496 tristate "NetXen Multi port (1/10) Gigabit Ethernet NIC"