aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorBrandeburg, Jesse <jesse.brandeburg@intel.com>2008-09-16 16:01:28 -0400
committerJeff Garzik <jgarzik@redhat.com>2008-09-24 22:17:42 -0400
commit630b25cdf4e3f8c0a11eb04fc8436cc36653cd58 (patch)
tree4d1bedf445af354119d70aca074fc5dbe3cd4be9 /drivers/net/Kconfig
parentb22596726bd37c7a4df4a43406a9a60f617d3d02 (diff)
e1000: remove unused Kconfig option for disabling packet split
Since the e1000/e1000e split, no hardware supported by e1000 supports packet split, just remove the Kconfig option and associated code from the driver. Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index f6fd0be9ef5e..2d6a060d92e5 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1938,15 +1938,6 @@ config E1000
1938 To compile this driver as a module, choose M here. The module 1938 To compile this driver as a module, choose M here. The module
1939 will be called e1000. 1939 will be called e1000.
1940 1940
1941config E1000_DISABLE_PACKET_SPLIT
1942 bool "Disable Packet Split for PCI express adapters"
1943 depends on E1000
1944 help
1945 Say Y here if you want to use the legacy receive path for PCI express
1946 hardware.
1947
1948 If in doubt, say N.
1949
1950config E1000E 1941config E1000E
1951 tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support" 1942 tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support"
1952 depends on PCI && (!SPARC32 || BROKEN) 1943 depends on PCI && (!SPARC32 || BROKEN)