diff options
author | Auke Kok <auke-jan.h.kok@intel.com> | 2008-06-22 18:21:29 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-06-28 10:23:30 -0400 |
commit | d03157babed7424f5391af43200593768ce69c9a (patch) | |
tree | 16b4493742ce244925f6c01053ecb241dae5fb1d /drivers/net/Kconfig | |
parent | 177db6ffd0599430a2ab63045e88fc4031f42420 (diff) |
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 | |||
2034 | To compile this driver as a module, choose M here. The module | 2034 | To compile this driver as a module, choose M here. The module |
2035 | will be called e1000e. | 2035 | will be called e1000e. |
2036 | 2036 | ||
2037 | config E1000E_ENABLED | ||
2038 | def_bool E1000E != n | ||
2039 | |||
2040 | config IP1000 | 2037 | config IP1000 |
2041 | tristate "IP1000 Gigabit Ethernet support" | 2038 | tristate "IP1000 Gigabit Ethernet support" |
2042 | depends on PCI && EXPERIMENTAL | 2039 | depends on PCI && EXPERIMENTAL |