diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2013-01-16 19:32:34 -0500 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2013-01-22 10:39:55 -0500 |
commit | 1f1c7a5c1dca01dd8f3f740420f92c7d1d2ae080 (patch) | |
tree | 9e02910c9d3c87c51582022d345fbe13cf0d0269 /drivers/net/ethernet/amd/Kconfig | |
parent | fce3cd45e66672744fbd58fd620c5780f3159a53 (diff) |
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 | |||
105 | DEC (now Compaq) based on the AMD LANCE chipset, including the | 105 | DEC (now Compaq) based on the AMD LANCE chipset, including the |
106 | DEPCA series. (This chipset is better known via the NE2100 cards.) | 106 | DEPCA series. (This chipset is better known via the NE2100 cards.) |
107 | 107 | ||
108 | config DEPCA | ||
109 | tristate "DEPCA, DE10x, DE200, DE201, DE202, DE422 support" | ||
110 | depends on (ISA || EISA) | ||
111 | select CRC32 | ||
112 | ---help--- | ||
113 | If you have a network (Ethernet) card of this type, say Y and read | ||
114 | the Ethernet-HOWTO, available from | ||
115 | <http://www.tldp.org/docs.html#howto> as well as | ||
116 | <file:drivers/net/ethernet/amd/depca.c>. | ||
117 | |||
118 | To compile this driver as a module, choose M here. The module | ||
119 | will be called depca. | ||
120 | |||
121 | config HPLANCE | 108 | config HPLANCE |
122 | bool "HP on-board LANCE support" | 109 | bool "HP on-board LANCE support" |
123 | depends on DIO | 110 | depends on DIO |