On Fri, 30 Jun 2006 14:26:44 +0200
Martin Schwidefsky <[EMAIL PROTECTED]> wrote:
> config VT
> bool "Virtual terminal" if EMBEDDED
> + depends on !S390
It would be more general to do
depends on !DISABLE_VT
then define DISABLE_VT over in arch/s390/Kconfig.
In fact we could adopt that as a convention and use the CONFIG_DISABLE_foo
namespace for this purpose.
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.
-
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