On Fri, Jul 07, 2006 at 06:19:09PM +0200, Martin Schwidefsky wrote:
> > > + depends on !PPC && !PARISC && !IA64 && !M68K && (!SPARC || PCI) && !FRV
> > > && !ARM && !S390
> >
> > Imagine not having crud like this in there.
>
> And this patch uses the disable option to simplify a few config options,
> e.g. the above depends line.
Yes, but that's one which simply needs its conditions inverted. eg:
@@ -713,7 +713,7 @@ config NVRAM
config RTC
tristate "Enhanced Real Time Clock Support"
- depends on !PPC && !PARISC && !IA64 && !M68K && (!SPARC || PCI) && !FRV
&& !ARM
+ depends on ALPHA || CRIS || H8300 || X86 || M32R || MIPS || SUPERH ||
(SPARC && PCI) || V850
(I suspect CRIS, H8300, V850 and M32R should not be in this list.
Presumably the maintainers are on this list; could they comment?)
-
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