* What's up with GT96100 in the MIPS config file?
@ 2001-05-23 17:23 Eric S. Raymond
2001-05-23 17:35 ` Adrian Bunk
0 siblings, 1 reply; 2+ messages in thread
From: Eric S. Raymond @ 2001-05-23 17:23 UTC (permalink / raw)
To: CML2, kbuild-devel
Near line 55 of drivers/net/Config.in there is code that reads like this:
if [ "$CONFIG_MIPS_GT96100" = "y" ]; then
bool ' MIPS GT96100 Ethernet support' CONFIG_MIPS_GT96100ETH
fi
All very well except that CONFIG_MIPS_GT96100 is never set (or even
used) anywhere else. My cross-reference generator shows this:
snark:~/src/linux$ scripts/kxref.py | grep GT96
CONFIG_MIPS_GT96100: drivers/net/Config.in
CONFIG_MIPS_GT96100ETH: drivers/net/Makefile drivers/net/Config.in drivers/net/gt96100eth.c
The simplest guess is that the guard part is just wrong. Can anybody shed
any light on this?
--
<a href="http://www.tuxedo.org/~esr/">Eric S. Raymond</a>
The saddest life is that of a political aspirant under democracy. His
failure is ignominious and his success is disgraceful.
-- H.L. Mencken
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: What's up with GT96100 in the MIPS config file?
2001-05-23 17:23 What's up with GT96100 in the MIPS config file? Eric S. Raymond
@ 2001-05-23 17:35 ` Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2001-05-23 17:35 UTC (permalink / raw)
To: Eric S. Raymond; +Cc: CML2, kbuild-devel
On Wed, 23 May 2001, Eric S. Raymond wrote:
> Near line 55 of drivers/net/Config.in there is code that reads like this:
>
> if [ "$CONFIG_MIPS_GT96100" = "y" ]; then
> bool ' MIPS GT96100 Ethernet support' CONFIG_MIPS_GT96100ETH
> fi
>
> All very well except that CONFIG_MIPS_GT96100 is never set (or even
>...
> The simplest guess is that the guard part is just wrong. Can anybody shed
> any light on this?
The problem seems to be that the MIPS kernel tree isn't fully merged into
the official kernel tree. In the MIPS kernel tree arch/mips/config.in
includes:
...
if [ "$CONFIG_MIPS_EV96100" = "y" ]; then
define_bool CONFIG_PCI y
define_bool CONFIG_MIPS_GT96100 y
define_bool CONFIG_SWAP_IO_SPACE y
fi
...
cu
Adrian
--
A "No" uttered from deepest conviction is better and greater than a
"Yes" merely uttered to please, or what is worse, to avoid trouble.
-- Mahatma Ghandi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-05-23 17:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-23 17:23 What's up with GT96100 in the MIPS config file? Eric S. Raymond
2001-05-23 17:35 ` Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®