summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl Viro2005-08-23 23:45:16 +0200
committerLinus Torvalds2005-08-24 03:43:40 +0200
commit253a9c3308dd931e35f8527d9bda7dba591601d3 (patch)
treea4e177f3bf77b2e740575366308cf5896035fa21
parent[PATCH] Kconfig fix (m32r NUMA) (diff)
downloadkernel-qcow2-linux-253a9c3308dd931e35f8527d9bda7dba591601d3.tar.gz
kernel-qcow2-linux-253a9c3308dd931e35f8527d9bda7dba591601d3.tar.xz
kernel-qcow2-linux-253a9c3308dd931e35f8527d9bda7dba591601d3.zip
[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 <platform>" is getting too long. Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--drivers/char/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig
index 4279304f43cc..bb1c94c954e6 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