aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig21
1 files changed, 17 insertions, 4 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index f749b40f954e..231eeaf1d552 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1825,9 +1825,10 @@ config FEC2
1825 1825
1826config FEC_MPC52xx 1826config FEC_MPC52xx
1827 tristate "MPC52xx FEC driver" 1827 tristate "MPC52xx FEC driver"
1828 depends on PPC_MPC52xx && PPC_BESTCOMM_FEC 1828 depends on PPC_MPC52xx && PPC_BESTCOMM
1829 select CRC32 1829 select CRC32
1830 select PHYLIB 1830 select PHYLIB
1831 select PPC_BESTCOMM_FEC
1831 ---help--- 1832 ---help---
1832 This option enables support for the MPC5200's on-chip 1833 This option enables support for the MPC5200's on-chip
1833 Fast Ethernet Controller 1834 Fast Ethernet Controller
@@ -2010,9 +2011,13 @@ config IGB_LRO
2010 If in doubt, say N. 2011 If in doubt, say N.
2011 2012
2012config IGB_DCA 2013config IGB_DCA
2013 bool "Enable DCA" 2014 bool "Direct Cache Access (DCA) Support"
2014 default y 2015 default y
2015 depends on IGB && DCA && !(IGB=y && DCA=m) 2016 depends on IGB && DCA && !(IGB=y && DCA=m)
2017 ---help---
2018 Say Y here if you want to use Direct Cache Access (DCA) in the
2019 driver. DCA is a method for warming the CPU cache before data
2020 is used, with the intent of lessening the impact of cache misses.
2016 2021
2017source "drivers/net/ixp2000/Kconfig" 2022source "drivers/net/ixp2000/Kconfig"
2018 2023
@@ -2437,9 +2442,13 @@ config IXGBE
2437 will be called ixgbe. 2442 will be called ixgbe.
2438 2443
2439config IXGBE_DCA 2444config IXGBE_DCA
2440 bool 2445 bool "Direct Cache Access (DCA) Support"
2441 default y 2446 default y
2442 depends on IXGBE && DCA && !(IXGBE=y && DCA=m) 2447 depends on IXGBE && DCA && !(IXGBE=y && DCA=m)
2448 ---help---
2449 Say Y here if you want to use Direct Cache Access (DCA) in the
2450 driver. DCA is a method for warming the CPU cache before data
2451 is used, with the intent of lessening the impact of cache misses.
2443 2452
2444config IXGB 2453config IXGB
2445 tristate "Intel(R) PRO/10GbE support" 2454 tristate "Intel(R) PRO/10GbE support"
@@ -2489,9 +2498,13 @@ config MYRI10GE
2489 will be called myri10ge. 2498 will be called myri10ge.
2490 2499
2491config MYRI10GE_DCA 2500config MYRI10GE_DCA
2492 bool 2501 bool "Direct Cache Access (DCA) Support"
2493 default y 2502 default y
2494 depends on MYRI10GE && DCA && !(MYRI10GE=y && DCA=m) 2503 depends on MYRI10GE && DCA && !(MYRI10GE=y && DCA=m)
2504 ---help---
2505 Say Y here if you want to use Direct Cache Access (DCA) in the
2506 driver. DCA is a method for warming the CPU cache before data
2507 is used, with the intent of lessening the impact of cache misses.
2495 2508
2496config NETXEN_NIC 2509config NETXEN_NIC
2497 tristate "NetXen Multi port (1/10) Gigabit Ethernet NIC" 2510 tristate "NetXen Multi port (1/10) Gigabit Ethernet NIC"