diff options
author | Auke Kok <auke-jan.h.kok@intel.com> | 2008-06-23 00:21:29 +0200 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-06-28 16:23:30 +0200 |
commit | d03157babed7424f5391af43200593768ce69c9a (patch) | |
tree | 16b4493742ce244925f6c01053ecb241dae5fb1d /drivers/net/Kconfig | |
parent | ixgbe: add LRO support (diff) | |
download | linux-d03157babed7424f5391af43200593768ce69c9a.tar.xz linux-d03157babed7424f5391af43200593768ce69c9a.zip |
e1000: remove PCI Express device IDs
We do not want to prolong the situation much longer that e1000
and e1000e support these devices at the same time. As a result,
take out the bandage that was added for the interim period
and remove all the PCI Express device IDs from e1000.
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 23be317003b7..d85b9d067597 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2034,9 +2034,6 @@ config E1000E To compile this driver as a module, choose M here. The module will be called e1000e. -config E1000E_ENABLED - def_bool E1000E != n - config IP1000 tristate "IP1000 Gigabit Ethernet support" depends on PCI && EXPERIMENTAL |