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

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

Reply via email to