remove the obsolete xircom_tulip_cb driver
The xircom_tulip_cb driver has been replaced the xircom_cb driver, and since it depended on BROKEN_ON_SMP it e.g. was no longer present in many distribution kernels. This patch therefore removes it. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
@@ -141,7 +141,7 @@ config ULI526X
|
|||||||
be called uli526x.
|
be called uli526x.
|
||||||
|
|
||||||
config PCMCIA_XIRCOM
|
config PCMCIA_XIRCOM
|
||||||
tristate "Xircom CardBus support (new driver)"
|
tristate "Xircom CardBus support"
|
||||||
depends on CARDBUS
|
depends on CARDBUS
|
||||||
---help---
|
---help---
|
||||||
This driver is for the Digital "Tulip" Ethernet CardBus adapters.
|
This driver is for the Digital "Tulip" Ethernet CardBus adapters.
|
||||||
@@ -152,17 +152,4 @@ config PCMCIA_XIRCOM
|
|||||||
To compile this driver as a module, choose M here. The module will
|
To compile this driver as a module, choose M here. The module will
|
||||||
be called xircom_cb. If unsure, say N.
|
be called xircom_cb. If unsure, say N.
|
||||||
|
|
||||||
config PCMCIA_XIRTULIP
|
|
||||||
tristate "Xircom Tulip-like CardBus support (old driver)"
|
|
||||||
depends on CARDBUS && BROKEN_ON_SMP
|
|
||||||
select CRC32
|
|
||||||
---help---
|
|
||||||
This driver is for the Digital "Tulip" Ethernet CardBus adapters.
|
|
||||||
It should work with most DEC 21*4*-based chips/ethercards, as well
|
|
||||||
as with work-alike chips from Lite-On (PNIC) and Macronix (MXIC) and
|
|
||||||
ASIX.
|
|
||||||
|
|
||||||
To compile this driver as a module, choose M here. The module will
|
|
||||||
be called xircom_tulip_cb. If unsure, say N.
|
|
||||||
|
|
||||||
endif # NET_TULIP
|
endif # NET_TULIP
|
||||||
|
@@ -2,7 +2,6 @@
|
|||||||
# Makefile for the Linux "Tulip" family network device drivers.
|
# Makefile for the Linux "Tulip" family network device drivers.
|
||||||
#
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_PCMCIA_XIRTULIP) += xircom_tulip_cb.o
|
|
||||||
obj-$(CONFIG_PCMCIA_XIRCOM) += xircom_cb.o
|
obj-$(CONFIG_PCMCIA_XIRCOM) += xircom_cb.o
|
||||||
obj-$(CONFIG_DM9102) += dmfe.o
|
obj-$(CONFIG_DM9102) += dmfe.o
|
||||||
obj-$(CONFIG_WINBOND_840) += winbond-840.o
|
obj-$(CONFIG_WINBOND_840) += winbond-840.o
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user