diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2013-01-17 01:32:34 +0100 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2013-01-22 16:39:55 +0100 |
commit | 1f1c7a5c1dca01dd8f3f740420f92c7d1d2ae080 (patch) | |
tree | 9e02910c9d3c87c51582022d345fbe13cf0d0269 /drivers/net/ethernet/amd/Kconfig | |
parent | drivers/net: delete the really obsolete 8390 based 10Mbit ISA drivers (diff) | |
download | linux-1f1c7a5c1dca01dd8f3f740420f92c7d1d2ae080.tar.xz linux-1f1c7a5c1dca01dd8f3f740420f92c7d1d2ae080.zip |
drivers/net: delete old DEC depca ISA drivers support.
These are old ISA 10Mbit cards from the 1st 1/2 of the 1990s and
required manual jumper settings in order to configure them. Here
we remove them on the premise that they are no longer used in any
modern 3.9+ kernels.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/net/ethernet/amd/Kconfig')
-rw-r--r-- | drivers/net/ethernet/amd/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/net/ethernet/amd/Kconfig b/drivers/net/ethernet/amd/Kconfig index 304613302f01..13d74aa4033d 100644 --- a/drivers/net/ethernet/amd/Kconfig +++ b/drivers/net/ethernet/amd/Kconfig @@ -105,19 +105,6 @@ config DECLANCE DEC (now Compaq) based on the AMD LANCE chipset, including the DEPCA series. (This chipset is better known via the NE2100 cards.) -config DEPCA - tristate "DEPCA, DE10x, DE200, DE201, DE202, DE422 support" - depends on (ISA || EISA) - select CRC32 - ---help--- - If you have a network (Ethernet) card of this type, say Y and read - the Ethernet-HOWTO, available from - <http://www.tldp.org/docs.html#howto> as well as - <file:drivers/net/ethernet/amd/depca.c>. - - To compile this driver as a module, choose M here. The module - will be called depca. - config HPLANCE bool "HP on-board LANCE support" depends on DIO |