
From: Adrian Bunk <bunk@fs.tum.de>

I got an error at the final linking with CONFIG_TC35815 enabled since
the variables tc_readl and tc_writel are not available.

The only place where they are defined is arch/mips/pci/ops-jmr3927.c.


 drivers/net/Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/net/Kconfig~TC35815-config-fix drivers/net/Kconfig
--- 25/drivers/net/Kconfig~TC35815-config-fix	2003-06-29 14:26:48.000000000 -0700
+++ 25-akpm/drivers/net/Kconfig	2003-06-29 14:26:48.000000000 -0700
@@ -1397,7 +1397,7 @@ config CS89x0
 
 config TC35815
 	tristate "TOSHIBA TC35815 Ethernet support"
-	depends on NET_PCI && PCI
+	depends on NET_PCI && PCI && TOSHIBA_JMR3927
 
 config DGRS
 	tristate "Digi Intl. RightSwitch SE-X support"

_
