On Fri, 2006-06-30 at 14:39 +0200, Geert Uytterhoeven wrote: > > --- linux-2.6/drivers/char/Kconfig 2006-06-30 13:35:13.000000000 +0200 > > +++ linux-2.6-patched/drivers/char/Kconfig 2006-06-30 11:21:06.000000000 > > +0200 > > @@ -765,7 +767,7 @@ config SGI_IP27_RTC > > > > config GEN_RTC > > tristate "Generic /dev/rtc emulation" > > - depends on RTC!=y && !IA64 && !ARM && !M32R && !SPARC && !FRV > > + depends on RTC!=y && !IA64 && !ARM && !M32R && !SPARC && !FRV && !S390 > > You still don't like genrtc (for hwclock)? ;-)
I haven't implemented it yet. But it is on my list of things to do. Perhaps I can convince Heiko to look at it :-) > > --- linux-2.6/drivers/ieee1394/Kconfig 2006-06-30 13:35:13.000000000 > > +0200 > > +++ linux-2.6-patched/drivers/ieee1394/Kconfig 2006-06-30 > > 11:21:06.000000000 +0200 > > @@ -1,6 +1,7 @@ > > # -*- shell-script -*- > > > > menu "IEEE 1394 (FireWire) support" > > + depends on PCI || BROKEN > > > > config IEEE1394 > > tristate "IEEE 1394 (FireWire) support" > > diff -urpN linux-2.6/drivers/infiniband/Kconfig > > linux-2.6-patched/drivers/infiniband/Kconfig > > --- linux-2.6/drivers/infiniband/Kconfig 2006-06-30 13:35:13.000000000 > > +0200 > > +++ linux-2.6-patched/drivers/infiniband/Kconfig 2006-06-30 > > 11:21:06.000000000 +0200 > > @@ -1,4 +1,5 @@ > > menu "InfiniBand support" > > + depends on !S390 > > Perhaps just `depends on PCI || BROKEN' (cfr. IEEE1394), so the whole menu > will > be hidden for other non-PCI platforms? Ok, fine with me. One less depends on !S390. -- blue skies, Martin. Martin Schwidefsky Linux for zSeries Development & Services IBM Deutschland Entwicklung GmbH "Reality continues to ruin my life." - Calvin. - 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
