logo       

[patch] 2.5.73-mm2: let CONFIG_TC35815 depend on CONFIG_TOSHIBA_JMR3927: msg#00858

Subject: [patch] 2.5.73-mm2: let CONFIG_TC35815 depend on CONFIG_TOSHIBA_JMR3927
The following problem seems to come from Linus' tree:

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, so 
I assume the following was intended:


--- linux-2.5.73-mm2/drivers/net/Kconfig.old    2003-06-28 11:14:16.000000000 
+0200
+++ linux-2.5.73-mm2/drivers/net/Kconfig        2003-06-29 20:55:16.000000000 
+0200
@@ -1397,7 +1397,7 @@
 
 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"


cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/




<Prev in Thread] Current Thread [Next in Thread>