public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH][RESEND] Don't ask about "Enhanced Real Time Clock Support" on some archs
@ 2002-11-19 16:31 Tom Rini
  0 siblings, 0 replies; only message in thread
From: Tom Rini @ 2002-11-19 16:31 UTC (permalink / raw)
  To: Linus Torvalds, Kernel Mailing List

The following patch adds an explicit no list of arches who do not want
to have the "Enhanced Real Time Clock Support" RTC driver asked.  This
adds PPC32 (who for a long time had their own 'generic' RTC driver, and
then have adopted the genrtc driver) and PARISC (who have always used
the genrtc driver).

The problem is that on some archs there is no hope of this driver
working, and having it compiled into the kernel can cause many different
problems.  On the other hand, there are some arches for whom that driver
does work, on some platforms.  So having an explicit yes list would
result in some rather ugly statements.

-- 
Tom Rini (TR1265)
http://gate.crashing.org/~trini/

===== drivers/char/Kconfig 1.1 vs edited =====
--- 1.1/drivers/char/Kconfig	Tue Oct 29 18:16:55 2002
+++ edited/drivers/char/Kconfig	Wed Nov 13 07:56:39 2002
@@ -1053,6 +1053,7 @@
 
 config RTC
 	tristate "Enhanced Real Time Clock Support"
+	depends on PPC32 != y && PARISC != y
 	---help---
 	  If you say Y here and create a character special file /dev/rtc with
 	  major number 10 and minor number 135 using mknod ("man mknod"), you

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-11-19 16:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-19 16:31 [PATCH][RESEND] Don't ask about "Enhanced Real Time Clock Support" on some archs Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox