aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 5a2d1dd487f6..6c575403bd39 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1992,7 +1992,7 @@ config E1000_DISABLE_PACKET_SPLIT
1992 1992
1993config E1000E 1993config E1000E
1994 tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support" 1994 tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support"
1995 depends on PCI && EXPERIMENTAL 1995 depends on PCI
1996 ---help--- 1996 ---help---
1997 This driver supports the PCI-Express Intel(R) PRO/1000 gigabit 1997 This driver supports the PCI-Express Intel(R) PRO/1000 gigabit
1998 ethernet family of adapters. For PCI or PCI-X e1000 adapters, 1998 ethernet family of adapters. For PCI or PCI-X e1000 adapters,
@@ -2009,6 +2009,9 @@ config E1000E
2009 To compile this driver as a module, choose M here. The module 2009 To compile this driver as a module, choose M here. The module
2010 will be called e1000e. 2010 will be called e1000e.
2011 2011
2012config E1000E_ENABLED
2013 def_bool E1000E != n
2014
2012config IP1000 2015config IP1000
2013 tristate "IP1000 Gigabit Ethernet support" 2016 tristate "IP1000 Gigabit Ethernet support"
2014 depends on PCI && EXPERIMENTAL 2017 depends on PCI && EXPERIMENTAL