Re: Voyager subarchitecture (and other subarch updates) for 2.5.49

Adrian Bunk (bunk@fs.tum.de)
Tue, 26 Nov 2002 00:00:12 +0100


On Mon, Nov 25, 2002 at 10:25:56AM -0600, James Bottomley wrote:

> This patch adds
>...
> - Subarchitecture menu (Adrian Bunk)
>...

Thanks for adding it, just a note that this diff includes a version that
is different from the one I sent (that's no problem for me, you know
more about Voyager than I do).

> James

Content-Description: voyager-2.5.49.diff
>...
> --- a/arch/i386/Kconfig Mon Nov 25 10:17:13 2002
> +++ b/arch/i386/Kconfig Mon Nov 25 10:17:13 2002
>...
> config MCA
> bool "MCA support"
> - depends on !VISWS
> + depends on !VISWS && !VOYAGER
> help
> MicroChannel Architecture is found in some IBM PS/2 machines and
> laptops. It is a bus system similar to PCI or ISA. See
> <file:Documentation/mca.txt> (and especially the web page given
> there) before attempting to build an MCA bus kernel.
>
> +config MCA
> + depends on VOYAGER
> + default y if VOYAGER
>...

I'm not sure whether the latter works. My original patch included a

config MCA
bool
depends on VOYAGER

instead. This makes it more clear that it is actually what was called
define_bool in the old kconfig (even if it works a "default" entry in a
define_bool sounds really strange).

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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/