diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-08-23 21:45:16 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-24 01:43:40 (GMT) |
commit | 253a9c3308dd931e35f8527d9bda7dba591601d3 (patch) | |
tree | a4e177f3bf77b2e740575366308cf5896035fa21 /drivers/char | |
parent | c5596b267a95bdea865b966a3d6cc6e52e7feae7 (diff) | |
download | linux-fsl-qoriq-253a9c3308dd931e35f8527d9bda7dba591601d3.tar.xz |
[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>
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 4279304..bb1c94c 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 |