diff options
author | Torsten Ertbjerg Rasmussen <tr@newtec.dk> | 2006-12-06 23:39:41 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 11:39:43 -0500 |
commit | f9231a0ca1afd05543d9f83539d6ecd5c018e8cf (patch) | |
tree | 4305db0c914b3789296b05774c48aec76c0b3d21 /drivers/rtc/Kconfig | |
parent | 3908fd2ed920af818aa596672da68ba26173ff27 (diff) |
[PATCH] rtc: ds1743 support
The real time clocks ds1742 and ds1743 differs only in the size of the
nvram. This patch changes the existing ds1742 driver to support also
ds1743. The main change is that the nvram size is determined from the
resource attached to the device.
The patch have benefitted from suggestions from Atsushi Nemeto, who is the
author of the ds1742 driver.
Signed-off-by: Torsten Rasmussen Rasmussen <tr@newtec.dk>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Acked-by: Atsushi Nemoto <anemo@mba.ocn.ne.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, 2 insertions, 2 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 4d32bad79f1b..2a63ab2b47f4 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -154,11 +154,11 @@ config RTC_DRV_DS1672 | |||
154 | will be called rtc-ds1672. | 154 | will be called rtc-ds1672. |
155 | 155 | ||
156 | config RTC_DRV_DS1742 | 156 | config RTC_DRV_DS1742 |
157 | tristate "Dallas DS1742" | 157 | tristate "Dallas DS1742/1743" |
158 | depends on RTC_CLASS | 158 | depends on RTC_CLASS |
159 | help | 159 | help |
160 | If you say yes here you get support for the | 160 | If you say yes here you get support for the |
161 | Dallas DS1742 timekeeping chip. | 161 | Dallas DS1742/1743 timekeeping chip. |
162 | 162 | ||
163 | This driver can also be built as a module. If so, the module | 163 | This driver can also be built as a module. If so, the module |
164 | will be called rtc-ds1742. | 164 | will be called rtc-ds1742. |