diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2006-04-10 22:54:47 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-04-11 06:18:47 -0700 |
commit | 8417eb7a168eee8b9baa744ee5c591868e85529a (patch) | |
tree | 24ead87700250799a14f257e7d259b50d550f30c /drivers/rtc/Kconfig | |
parent | 2260a25c93cb356e834f1ab08b419f9897c977b7 (diff) | |
download | linux-8417eb7a168eee8b9baa744ee5c591868e85529a.tar.gz linux-8417eb7a168eee8b9baa744ee5c591868e85529a.tar.bz2 linux-8417eb7a168eee8b9baa744ee5c591868e85529a.zip |
[PATCH] RTC subsystem: VR41XX driver
This patch updates VR4100 series RTC driver.
* This driver supports new RTC subsystem.
* Simple set time/read time test worked fine.
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 929dd8090578..b4a252b6cdcc 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -147,6 +147,10 @@ config RTC_DRV_SA1100 To compile this driver as a module, choose M here: the module will be called rtc-sa1100. +config RTC_DRV_VR41XX + tristate "NEC VR4100 series RTC" + depends on RTC_CLASS && CPU_VR41XX + config RTC_DRV_TEST tristate "Test driver/device" depends on RTC_CLASS |