[PATCH] powerpc: dont allow old RTC to be selected
authorAnton Blanchard <anton@samba.org>
Wed, 22 Mar 2006 07:00:06 +0000 (23:00 -0800)
committerPaul Mackerras <paulus@samba.org>
Thu, 23 Mar 2006 03:40:16 +0000 (14:40 +1100)
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 <anton@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/char/Kconfig

index 05ba410..b524f5b 100644 (file)
@@ -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