From: Adrian Bunk Date: Mon, 14 Apr 2008 14:16:44 +0000 (+0300) Subject: avr32: don't offer CONFIG_GEN_RTC X-Git-Tag: v2.6.26-rc1~1128^2~3 X-Git-Url: http://pilppa.org/gitweb/?a=commitdiff_plain;h=cc65d90fcffe82f516ce5c9e1b8423841868d035;p=linux-2.6-omap-h63xx.git avr32: don't offer CONFIG_GEN_RTC This patch fixes the following compile error: <-- snip --> ... CC [M] drivers/char/genrtc.o /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/char/genrtc.c:58:21: error: asm/rtc.h: No such file or directory ... make[3]: *** [drivers/char/genrtc.o] Error 1 <-- snip --> Signed-off-by: Adrian Bunk Signed-off-by: Haavard Skinnemoen --- diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 79c6fd113c4..a87b89db08e 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig @@ -776,7 +776,7 @@ config SGI_IP27_RTC config GEN_RTC tristate "Generic /dev/rtc emulation" - depends on RTC!=y && !IA64 && !ARM && !M32R && !MIPS && !SPARC && !FRV && !S390 && !SUPERH + depends on RTC!=y && !IA64 && !ARM && !M32R && !MIPS && !SPARC && !FRV && !S390 && !SUPERH && !AVR32 ---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