[PATCH] document that 8139TOO supports 8129/8130

The 8129/8130 support is a sub-option that is not visible if the user
hasn't enabled the 8139 support.

Let's make it a bit easier for users to find the driver for their nic.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

authored by Adrian Bunk and committed by Jeff Garzik f04e3f09 a9fc2510

+4 -3
+1
drivers/net/3c509.c
··· 217 217 static struct eisa_device_id el3_eisa_ids[] = { 218 218 { "TCM5092" }, 219 219 { "TCM5093" }, 220 + { "TCM5095" }, 220 221 { "" } 221 222 }; 222 223
+3 -3
drivers/net/Kconfig
··· 1488 1488 will be called 8139cp. This is recommended. 1489 1489 1490 1490 config 8139TOO 1491 - tristate "RealTek RTL-8139 PCI Fast Ethernet Adapter support" 1491 + tristate "RealTek RTL-8129/8130/8139 PCI Fast Ethernet Adapter support" 1492 1492 depends on NET_PCI && PCI 1493 1493 select CRC32 1494 1494 select MII 1495 1495 ---help--- 1496 1496 This is a driver for the Fast Ethernet PCI network cards based on 1497 - the RTL8139 chips. If you have one of those, say Y and read 1498 - the Ethernet-HOWTO <http://www.tldp.org/docs.html#howto>. 1497 + the RTL 8129/8130/8139 chips. If you have one of those, say Y and 1498 + read the Ethernet-HOWTO <http://www.tldp.org/docs.html#howto>. 1499 1499 1500 1500 To compile this driver as a module, choose M here: the module 1501 1501 will be called 8139too. This is recommended.