From: Al Viro Date: Tue, 23 Aug 2005 21:45:16 +0000 (+0100) Subject: [PATCH] Kconfig fix (m32r genrtc) X-Git-Tag: v2.6.13-rc7~46 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=253a9c3308dd931e35f8527d9bda7dba591601d3;p=~emulex%2Finfiniband.git [PATCH] Kconfig fix (m32r genrtc) genrtc is not for m32r; marked as such. Probably ought to put that into arch/* - list of "don't build it on " is getting too long. Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 4279304f43c..bb1c94c954e 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig @@ -735,7 +735,7 @@ config SGI_IP27_RTC config GEN_RTC tristate "Generic /dev/rtc emulation" - depends on RTC!=y && !IA64 && !ARM && !PPC64 + depends on RTC!=y && !IA64 && !ARM && !PPC64 && !M32R ---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