summaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorAtsushi Nemoto2007-03-03 15:54:59 +0100
committerJeff Garzik2007-04-28 17:00:56 +0200
commiteea221ce48803a92e2319270b2b7b8e21cd470ca (patch)
treeccc84c977466ddf81ee517de6829d0a8f30e991d /drivers/net/Kconfig
parentdrivers/net/qla3xxx.c: make 2 functions static (diff)
downloadkernel-qcow2-linux-eea221ce48803a92e2319270b2b7b8e21cd470ca.tar.gz
kernel-qcow2-linux-eea221ce48803a92e2319270b2b7b8e21cd470ca.tar.xz
kernel-qcow2-linux-eea221ce48803a92e2319270b2b7b8e21cd470ca.zip
tc35815 driver update (take 2)
Current tc35815 driver is very obsolete and less maintained for a long time. Replace it with a new driver based on one from CELF patch archive. Major advantages of CELF version (version 1.23, for kernel 2.6.10) are: * Independent of JMR3927. (Actually independent of MIPS, but AFAIK the chip is used only on MIPS platforms) * TX4938 support. * 64-bit proof. * Asynchronous and on-demand auto negotiation. * High performance on non-coherent architecture. * ethtool support. * Many bugfixes and cleanups. And improvoments since version 1.23 are: * TX4939 support. * NETPOLL support. * NAPI support. (disabled by default) * Reduce memcpy on receiving. * PM support. * Many cleanups and bugfixes. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index a3d46ea37126..3e9b37055ea4 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1444,7 +1444,8 @@ config CS89x0
config TC35815
tristate "TOSHIBA TC35815 Ethernet support"
- depends on NET_PCI && PCI && TOSHIBA_JMR3927
+ depends on NET_PCI && PCI && MIPS
+ select MII
config DGRS
tristate "Digi Intl. RightSwitch SE-X support"