On Fri, 07 Jul 2006 18:19:08 +0200 Martin Schwidefsky <[EMAIL PROTECTED]> wrote:
> On Fri, 2006-06-30 at 10:41 -0700, Andrew Morton wrote: > > Even better would be to teach the Kconfig sytem about this, so in > > arch/s390/Kconfig we do > > > > disable VT > > > > and the Kconfig system knows not to offer VT, so there's no need to go > > adding `depends on !DISABLE_foo' all over the place. The above DISABLE_foo > > convention just simulates that missing feature. > > > > > > > + depends on !PPC && !PARISC && !IA64 && !M68K && (!SPARC || PCI) && !FRV > > > && !ARM && !S390 > > > > Imagine not having crud like this in there. > > I've given this a try and implemented the "disable" command. Seems to > work fine for me. The command would certainly make my life easier in > regard to the s390 Kconfig stuff. Neat. Now we all need to cower in fear at Roman's reaction ;) One would expect that doing "/VGA_CONSOLE" in menuconfig would answer the question "ytf can't I enable VGA_CONSOLE". - To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
