Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] powerpc: dont allow old RTC to be selected

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>

authored by

Anton Blanchard and committed by
Paul Mackerras
8ac4fc53 3bea6313

+1 -1
+1 -1
drivers/char/Kconfig
··· 695 695 696 696 config RTC 697 697 tristate "Enhanced Real Time Clock Support" 698 - depends on !PPC32 && !PARISC && !IA64 && !M68K && (!SPARC || PCI) && !FRV 698 + depends on !PPC && !PARISC && !IA64 && !M68K && (!SPARC || PCI) && !FRV 699 699 ---help--- 700 700 If you say Y here and create a character special file /dev/rtc with 701 701 major number 10 and minor number 135 using mknod ("man mknod"), you