drivers: net: 3com: 3c574: Remove this driver
The 3c574 was written by Donald Becker between 1993-1998. It is an PCMCIA device, so unlikely to be used with modern kernels. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Link: https://patch.msgid.link/20260422-v7-0-0-net-next-driver-removal-v1-v2-3-08a5b59784d5@lunn.ch Signed-off-by: Jakub Kicinski <kuba@kernel.org>master
parent
082b2e07cc
commit
a7fbf27d77
|
|
@ -228,7 +228,6 @@ CONFIG_ARCNET_RIM_I=m
|
|||
CONFIG_ARCNET_COM20020=m
|
||||
CONFIG_ARCNET_COM20020_PCI=m
|
||||
CONFIG_ARCNET_COM20020_CS=m
|
||||
CONFIG_PCMCIA_3C574=m
|
||||
CONFIG_PCMCIA_3C589=m
|
||||
CONFIG_VORTEX=m
|
||||
CONFIG_TYPHOON=m
|
||||
|
|
|
|||
|
|
@ -395,7 +395,6 @@ CONFIG_NETCONSOLE=m
|
|||
CONFIG_TUN=m
|
||||
CONFIG_VETH=m
|
||||
CONFIG_VIRTIO_NET=m
|
||||
CONFIG_PCMCIA_3C574=m
|
||||
CONFIG_PCMCIA_3C589=m
|
||||
CONFIG_VORTEX=m
|
||||
CONFIG_TYPHOON=m
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -17,16 +17,6 @@ config NET_VENDOR_3COM
|
|||
|
||||
if NET_VENDOR_3COM
|
||||
|
||||
config PCMCIA_3C574
|
||||
tristate "3Com 3c574 PCMCIA support"
|
||||
depends on PCMCIA && HAS_IOPORT
|
||||
help
|
||||
Say Y here if you intend to attach a 3Com 3c574 or compatible PCMCIA
|
||||
(PC-card) Fast Ethernet card to your computer.
|
||||
|
||||
To compile this driver as a module, choose M here: the module will be
|
||||
called 3c574_cs. If unsure, say N.
|
||||
|
||||
config PCMCIA_3C589
|
||||
tristate "3Com 3c589 PCMCIA support"
|
||||
depends on PCMCIA && HAS_IOPORT
|
||||
|
|
|
|||
|
|
@ -4,6 +4,5 @@
|
|||
#
|
||||
|
||||
obj-$(CONFIG_PCMCIA_3C589) += 3c589_cs.o
|
||||
obj-$(CONFIG_PCMCIA_3C574) += 3c574_cs.o
|
||||
obj-$(CONFIG_VORTEX) += 3c59x.o
|
||||
obj-$(CONFIG_TYPHOON) += typhoon.o
|
||||
|
|
|
|||
Loading…
Reference in New Issue