diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2013-01-11 01:19:43 +0100 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2013-01-22 16:39:53 +0100 |
commit | 13a80cb8b72769f163834d4243bd156f1bec37dc (patch) | |
tree | 502bc7955f24a22d7656dd229b8af460420aa590 /drivers/net/ethernet/fujitsu/Kconfig | |
parent | drivers/net: delete old 8 bit ISA Racal ni5010 support. (diff) | |
download | linux-13a80cb8b72769f163834d4243bd156f1bec37dc.tar.xz linux-13a80cb8b72769f163834d4243bd156f1bec37dc.zip |
drivers/net: delete at1700 ISA 10Mbit driver
These Fujitsu MB86965 based ISA 10Mbit cards were another of the
relatively rare cards dating from the early 1990s that for one reason
or another didn't seem to get a lot of use in linux. So we retire it
now with a reasonable degree of confidence that it won't impact anyone.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/net/ethernet/fujitsu/Kconfig')
-rw-r--r-- | drivers/net/ethernet/fujitsu/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/net/ethernet/fujitsu/Kconfig b/drivers/net/ethernet/fujitsu/Kconfig index aca156888fd8..af114fd51141 100644 --- a/drivers/net/ethernet/fujitsu/Kconfig +++ b/drivers/net/ethernet/fujitsu/Kconfig @@ -17,18 +17,6 @@ config NET_VENDOR_FUJITSU if NET_VENDOR_FUJITSU -config AT1700 - tristate "AT1700/1720 support (EXPERIMENTAL)" - depends on ISA && EXPERIMENTAL - 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>. - - To compile this driver as a module, choose M here. The module - will be called at1700. - config PCMCIA_FMVJ18X tristate "Fujitsu FMV-J18x PCMCIA support" depends on PCMCIA |