linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] don't offer GEN_RTC on ia64
@ 2004-04-06 22:22 Bjorn Helgaas
  2004-04-06 22:34 ` Tom Rini
  0 siblings, 1 reply; 5+ messages in thread
From: Bjorn Helgaas @ 2004-04-06 22:22 UTC (permalink / raw)
  To: Andrew Morton; +Cc: p_gortmaker, linux-kernel, linux-ia64

gen_rtc.c doesn't work on ia64 (we don't have asm/rtc.h, for starters),
so don't offer it there.

===== drivers/char/Kconfig 1.32 vs edited =====
--- 1.32/drivers/char/Kconfig	Tue Mar 16 03:10:34 2004
+++ edited/drivers/char/Kconfig	Tue Apr  6 15:58:28 2004
@@ -768,7 +768,7 @@
 
 config GEN_RTC
 	tristate "Generic /dev/rtc emulation"
-	depends on RTC!=y
+	depends on RTC!=y && !IA64
 	---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] 5+ messages in thread

end of thread, other threads:[~2004-04-06 23:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-06 22:22 [PATCH] don't offer GEN_RTC on ia64 Bjorn Helgaas
2004-04-06 22:34 ` Tom Rini
2004-04-06 22:37   ` Bjorn Helgaas
2004-04-06 22:44     ` Tom Rini
2004-04-06 23:15     ` David Mosberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).