diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2013-01-09 07:11:54 +0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2013-01-22 19:39:48 +0400 |
commit | 5205939d0f15803cc402e32ac5b886dbb7c50b99 (patch) | |
tree | 7e902bda6b39ae1763ce2e8d46542f6272fa52ac /drivers/net/ethernet/i825xx/Kconfig | |
parent | 6e07ba3e6ad939c89befc2588e72bf37038f7f53 (diff) | |
download | linux-5205939d0f15803cc402e32ac5b886dbb7c50b99.tar.xz |
drivers/net: delete intel 486 panther onboard ethernet support
This driver was specific to a "professional workstation" line
of products from around 1993 that used the i82596 ethernet chip
as an on-board ethernet solution.
With a 486 processor, and the premium top of the line model maxing
out at a clock speed of 50MHz, we can safely retire this support.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/net/ethernet/i825xx/Kconfig')
-rw-r--r-- | drivers/net/ethernet/i825xx/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/ethernet/i825xx/Kconfig b/drivers/net/ethernet/i825xx/Kconfig index c39698ae9801..46edb81bbedb 100644 --- a/drivers/net/ethernet/i825xx/Kconfig +++ b/drivers/net/ethernet/i825xx/Kconfig @@ -93,14 +93,6 @@ config LASI_82596 Say Y here to support the builtin Intel 82596 ethernet controller found in Hewlett-Packard PA-RISC machines with 10Mbit ethernet. -config LP486E - tristate "LP486E on board Ethernet" - depends on ISA - ---help--- - Say Y here to support the 82596-based on-board Ethernet controller - for the Panther motherboard, which is one of the two shipped in the - Intel Professional Workstation. - config MVME16x_NET tristate "MVME16x Ethernet support" depends on MVME16x |