diff options
author | Brandeburg, Jesse <jesse.brandeburg@intel.com> | 2008-09-16 13:01:28 -0700 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-09-24 22:17:42 -0400 |
commit | 630b25cdf4e3f8c0a11eb04fc8436cc36653cd58 (patch) | |
tree | 4d1bedf445af354119d70aca074fc5dbe3cd4be9 /drivers/net/Kconfig | |
parent | b22596726bd37c7a4df4a43406a9a60f617d3d02 (diff) | |
download | linux-3.10-630b25cdf4e3f8c0a11eb04fc8436cc36653cd58.tar.gz linux-3.10-630b25cdf4e3f8c0a11eb04fc8436cc36653cd58.tar.bz2 linux-3.10-630b25cdf4e3f8c0a11eb04fc8436cc36653cd58.zip |
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/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index f6fd0be9ef5..2d6a060d92e 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -1938,15 +1938,6 @@ config E1000 To compile this driver as a module, choose M here. The module will be called e1000. -config E1000_DISABLE_PACKET_SPLIT - bool "Disable Packet Split for PCI express adapters" - depends on E1000 - help - Say Y here if you want to use the legacy receive path for PCI express - hardware. - - If in doubt, say N. - config E1000E tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support" depends on PCI && (!SPARC32 || BROKEN) |