diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2006-06-25 08:48:29 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-25 13:01:14 -0400 |
commit | 5ec3e4b7aefbb8613b27ec4449fa8f9916ab9099 (patch) | |
tree | 2135d523d08e6b06b5ea79f307b4555915d4aed0 /drivers/rtc/Kconfig | |
parent | 9bf5b4f5f53707aee5813f373279d03920ba6f65 (diff) |
[PATCH] RTC: add rtc-ds1742 driver
Add an RTC driver for the Dallas DS1742 RTC chip.
[akpm@osdl.org: cleanups, compile fix]
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Cc: Alessandro Zummo <a.zummo@towertech.it>
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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 40e3d9c3da84..bccff400b198 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -131,6 +131,16 @@ config RTC_DRV_DS1672 | |||
131 | This driver can also be built as a module. If so, the module | 131 | This driver can also be built as a module. If so, the module |
132 | will be called rtc-ds1672. | 132 | will be called rtc-ds1672. |
133 | 133 | ||
134 | config RTC_DRV_DS1742 | ||
135 | tristate "Dallas DS1742" | ||
136 | depends on RTC_CLASS | ||
137 | help | ||
138 | If you say yes here you get support for the | ||
139 | Dallas DS1742 timekeeping chip. | ||
140 | |||
141 | This driver can also be built as a module. If so, the module | ||
142 | will be called rtc-ds1742. | ||
143 | |||
134 | config RTC_DRV_PCF8563 | 144 | config RTC_DRV_PCF8563 |
135 | tristate "Philips PCF8563/Epson RTC8564" | 145 | tristate "Philips PCF8563/Epson RTC8564" |
136 | depends on RTC_CLASS && I2C | 146 | depends on RTC_CLASS && I2C |