All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Kconfig fix (GEN_RTC dependencies)
@ 2005-09-06  0:56 viro
  2005-09-06  1:51 ` David S. Miller
  0 siblings, 1 reply; 7+ messages in thread
From: viro @ 2005-09-06  0:56 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: David S. Miller, linux-kernel

	Yet another architecture not coverd by GEN_RTC - sparc64 never
picked it until now and it doesn't have asm/rtc.h to go with it, so
it wouldn't compile anyway (or have these ioctls in the user-visible
headers, for that matter).

	FWIW, I'm very tempted to introduce ARCH_HAS_GEN_RTC and have
it set in arch/*/Kconfig for architectures that know what to do with this
stuff - for something supposedly generic the list of architectures where
it doesn't work is getting too long...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
----
diff -urN RC13-git5-serial/drivers/char/Kconfig RC13-git5-genrtc/drivers/char/Kconfig
--- RC13-git5-serial/drivers/char/Kconfig	2005-09-05 16:41:18.000000000 -0400
+++ RC13-git5-genrtc/drivers/char/Kconfig	2005-09-05 16:41:19.000000000 -0400
@@ -736,7 +736,7 @@
 
 config GEN_RTC
 	tristate "Generic /dev/rtc emulation"
-	depends on RTC!=y && !IA64 && !ARM && !PPC64 && !M32R && !SPARC32
+	depends on RTC!=y && !IA64 && !ARM && !PPC64 && !M32R && !SPARC32 && !SPARC64
 	---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] 7+ messages in thread

end of thread, other threads:[~2005-09-07 19:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-06  0:56 [PATCH] Kconfig fix (GEN_RTC dependencies) viro
2005-09-06  1:51 ` David S. Miller
2005-09-06  2:24   ` viro
2005-09-06 14:40     ` Maciej W. Rozycki
2005-09-06 17:48       ` Tom Rini
2005-09-07 18:06         ` Maciej W. Rozycki
2005-09-07 19:42           ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.