From ca587a1399842839d8776f84c51501502f23a1ae Mon Sep 17 00:00:00 2001 From: Mikael Pettersson Date: Thu, 19 Jun 2003 15:35:13 -0400 Subject: [PATCH] [netdrvr tulip] Kconfig help text fix While there is a separate driver for 2104x tulips (CONFIG_DE2104X), drivers/net/tulip/Kconfig states that CONFIG_TULIP also supports 2104x tulips. This is not the case since that support was removed in December 2001. A user with an old tulip may thus be tricked into configuring the wrong driver. (I was, on my PMac 4400.) The patch below removes this misinformation from tulip's Kconfig. --- drivers/net/tulip/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/tulip/Kconfig b/drivers/net/tulip/Kconfig index 19b856438012..1c03dba692d8 100644 --- a/drivers/net/tulip/Kconfig +++ b/drivers/net/tulip/Kconfig @@ -37,7 +37,7 @@ config TULIP ---help--- This driver is developed for the SMC EtherPower series Ethernet cards and also works with cards based on the DECchip - 21040/21041/21140 (Tulip series) chips. Some LinkSys PCI cards are + 21140 (Tulip series) chips. Some LinkSys PCI cards are of this type. (If your card is NOT SMC EtherPower 10/100 PCI (smc9332dst), you can also try the driver for "Generic DECchip" cards, above. However, most people with a network card of this type -- 2.39.5