Update of /cvsroot/linuxsh/linux/drivers/char
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv10997/drivers/char
Modified Files:
Kconfig
Log Message:
To get the point across, disable CONFIG_RTC. RTC_CLASS is the way to go..
Index: Kconfig
===================================================================
RCS file: /cvsroot/linuxsh/linux/drivers/char/Kconfig,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Kconfig 5 Jul 2006 08:46:48 -0000 1.15
+++ Kconfig 9 Aug 2006 08:00:31 -0000 1.16
@@ -713,7 +713,7 @@
config RTC
tristate "Enhanced Real Time Clock Support"
- depends on !PPC && !PARISC && !IA64 && !M68K && (!SPARC || PCI) && !FRV && !ARM
+ depends on !PPC && !PARISC && !IA64 && !M68K && (!SPARC || PCI) && !FRV && !ARM && !SUPERH
---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
|