diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2013-01-20 17:14:45 -0500 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2013-01-22 10:39:55 -0500 |
commit | 0ffd89e48fc10f9665b07615cde40b1775b24570 (patch) | |
tree | 1732ddb968af3f0854d313bfa0c4b75895d2c803 /drivers/net/ethernet/dec/Kconfig | |
parent | 1f1c7a5c1dca01dd8f3f740420f92c7d1d2ae080 (diff) | |
download | lwn-0ffd89e48fc10f9665b07615cde40b1775b24570.tar.gz lwn-0ffd89e48fc10f9665b07615cde40b1775b24570.zip |
drivers/net: delete Digital EtherWorks-3 support.
This is another one that makes sense to target for obsolescence, since
it (a)appeared pre-1995, and (b)was rather rare, and (c)did not
really have any statistically significant active linux user base.
Removing this ISA 10Mbit driver support is unlikely to be even noticed
by the user base of 3.9+ linux kernels, especially when the documentation
clearly indicates the vintage with this text:
"...designed to work with all kernels > 1.1.33"
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/net/ethernet/dec/Kconfig')
-rw-r--r-- | drivers/net/ethernet/dec/Kconfig | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/net/ethernet/dec/Kconfig b/drivers/net/ethernet/dec/Kconfig index 37940279ded8..68262aa57d01 100644 --- a/drivers/net/ethernet/dec/Kconfig +++ b/drivers/net/ethernet/dec/Kconfig @@ -17,21 +17,5 @@ config NET_VENDOR_DEC your specific card in the following questions. if NET_VENDOR_DEC - -config EWRK3 - tristate "EtherWORKS 3 (DE203, DE204, DE205) support" - depends on ISA - select CRC32 - ---help--- - This driver supports the DE203, DE204 and DE205 network (Ethernet) - cards. If this is for you, say Y and read - <file:Documentation/networking/ewrk3.txt> in the kernel source as - well as the Ethernet-HOWTO, available from - <http://www.tldp.org/docs.html#howto>. - - To compile this driver as a module, choose M here. The module - will be called ewrk3. - source "drivers/net/ethernet/dec/tulip/Kconfig" - endif # NET_VENDOR_DEC |