lkml.org 
[lkml]   [2002]   [Nov]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH][RESEND] Don't ask about "Enhanced Real Time Clock Support" on some archs
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:31    [W:0.065 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site