diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 08:13:19 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 08:13:19 (GMT) |
commit | 317a6104a99f87c0b35c0d9f19ec23ee7429b33e (patch) | |
tree | 3925cb052b27e175e1ecc17dfea1fd241b87673b /drivers/rtc/Kconfig | |
parent | af514ca7d27b31e3c278e1331f0ebdb3ad385a90 (diff) | |
download | linux-fsl-qoriq-317a6104a99f87c0b35c0d9f19ec23ee7429b33e.tar.xz |
rtc: New RTC driver for SuperH On-Chip RTC.
This replaces the old SH RTC driver, and allows us to
clean quite a lot of things up on the board-specific
side.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 7ff1d88..33a7b72 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -238,6 +238,16 @@ config RTC_DRV_SA1100 To compile this driver as a module, choose M here: the module will be called rtc-sa1100. +config RTC_DRV_SH + tristate "SuperH On-Chip RTC" + depends on RTC_CLASS && SUPERH + help + Say Y here to enable support for the on-chip RTC found in + most SuperH processors. + + To compile this driver as a module, choose M here: the + module will be called rtc-sh. + config RTC_DRV_VR41XX tristate "NEC VR41XX" depends on RTC_CLASS && CPU_VR41XX |