[PATCH] don't offer GEN_RTC on ia64

From: Bjorn Helgaas
Date: Tue Apr 06 2004 - 17:23:55 EST


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
-
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/