diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 04:45:01 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 04:45:01 -0400 |
commit | 91550f715b7f7707b5ab5b9b0cd455bda8505954 (patch) | |
tree | 252b23d87eb62562f16e95d24761f03a9d82ede0 /drivers/char/Kconfig | |
parent | 51e22e7a05c1c6f2e38ac7459d3404e32e543b75 (diff) |
sh: Kill off the rest of the legacy rtc mess.
With the new RTC class driver, we can get rid of most of the
old left over cruft.
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 52ea94b891f5..7f0d323b4725 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -739,7 +739,7 @@ config NVRAM | |||
739 | 739 | ||
740 | config RTC | 740 | config RTC |
741 | tristate "Enhanced Real Time Clock Support" | 741 | tristate "Enhanced Real Time Clock Support" |
742 | depends on !PPC && !PARISC && !IA64 && !M68K && (!SPARC || PCI) && !FRV && !ARM | 742 | depends on !PPC && !PARISC && !IA64 && !M68K && (!SPARC || PCI) && !FRV && !ARM && !SUPERH |
743 | ---help--- | 743 | ---help--- |
744 | If you say Y here and create a character special file /dev/rtc with | 744 | If you say Y here and create a character special file /dev/rtc with |
745 | major number 10 and minor number 135 using mknod ("man mknod"), you | 745 | major number 10 and minor number 135 using mknod ("man mknod"), you |