From: Anton Blanchard Now powerpc uses the generic RTC stuff we should not enable the old RTC. Doing so will result in hangs at boot. Signed-off-by: Anton Blanchard Cc: Paul Mackerras Signed-off-by: Andrew Morton --- drivers/char/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/char/Kconfig~powerpc-dont-allow-old-rtc-to-be-selected drivers/char/Kconfig --- devel/drivers/char/Kconfig~powerpc-dont-allow-old-rtc-to-be-selected 2006-02-13 15:21:39.000000000 -0800 +++ devel-akpm/drivers/char/Kconfig 2006-02-13 15:21:39.000000000 -0800 @@ -695,7 +695,7 @@ config NVRAM config RTC tristate "Enhanced Real Time Clock Support" - depends on !PPC32 && !PARISC && !IA64 && !M68K && (!SPARC || PCI) && !FRV + depends on !PPC && !PARISC && !IA64 && !M68K && (!SPARC || PCI) && !FRV ---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 _