[PATCH] (6/43) Kconfig fix (m32r genrtc)

From: Al Viro
Date: Tue Aug 23 2005 - 16:43:25 EST


genrtc is not for m32r; marked as such. Probably ought to put that into
arch/* - list of "don't build it on <platform>" is getting too long.

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
----
diff -urN RC13-rc6-git13-m32r-NUMA/drivers/char/Kconfig RC13-rc6-git13-m32r-genrtc/drivers/char/Kconfig
--- RC13-rc6-git13-m32r-NUMA/drivers/char/Kconfig 2005-08-21 13:16:46.000000000 -0400
+++ RC13-rc6-git13-m32r-genrtc/drivers/char/Kconfig 2005-08-21 13:16:49.000000000 -0400
@@ -736,7 +736,7 @@

config GEN_RTC
tristate "Generic /dev/rtc emulation"
- depends on RTC!=y && !IA64 && !ARM && !PPC64
+ depends on RTC!=y && !IA64 && !ARM && !PPC64 && !M32R
---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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/