diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-05-14 17:00:31 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-05-21 14:34:04 +0900 |
commit | 69d87daa18aced7f494bc1d5a977b063bbbdffbd (patch) | |
tree | 22930430a77aa182ee48d5f8d8a944814c503244 /drivers/char/Kconfig | |
parent | 1d4be747a8077d90e10e1e0b0f8994abb4adacb4 (diff) |
sh: disable genrtc support.
sh never had support for this, so remove the option entirely.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/char/Kconfig')
-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 abcafac64738..ef683ebd367c 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig @@ -815,7 +815,7 @@ config SGI_IP27_RTC config GEN_RTC tristate "Generic /dev/rtc emulation" - depends on RTC!=y && !IA64 && !ARM && !M32R && !SPARC && !FRV && !S390 + depends on RTC!=y && !IA64 && !ARM && !M32R && !SPARC && !FRV && !S390 && !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 |