diff options
| author | Alessandro Zummo <a.zummo@towertech.it> | 2006-03-27 04:16:43 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-27 11:44:52 -0500 |
| commit | edf1aaa31fc52ade0da7b6d1f2dffc17f0bdb9ff (patch) | |
| tree | 2bd1729cc36c40678dff7f7d422c7354be89edbc /drivers/rtc/Kconfig | |
| parent | a95579cd4b40a4e062e187d931f498145551ee29 (diff) | |
[PATCH] RTC subsystem: DS1672 driver
Driver for the Dallas/Maxim DS1672 chip, found on the Loft
(http://www.giantshoulderinc.com).
Signed-off-by: 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 7eb1368d04f6..de3352658654 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
| @@ -86,6 +86,16 @@ config RTC_DRV_X1205 | |||
| 86 | This driver can also be built as a module. If so, the module | 86 | This driver can also be built as a module. If so, the module |
| 87 | will be called rtc-x1205. | 87 | will be called rtc-x1205. |
| 88 | 88 | ||
| 89 | config RTC_DRV_DS1672 | ||
| 90 | tristate "Dallas/Maxim DS1672" | ||
| 91 | depends on RTC_CLASS && I2C | ||
| 92 | help | ||
| 93 | If you say yes here you get support for the | ||
| 94 | Dallas/Maxim DS1672 timekeeping chip. | ||
| 95 | |||
| 96 | This driver can also be built as a module. If so, the module | ||
| 97 | will be called rtc-ds1672. | ||
| 98 | |||
| 89 | config RTC_DRV_TEST | 99 | config RTC_DRV_TEST |
| 90 | tristate "Test driver/device" | 100 | tristate "Test driver/device" |
| 91 | depends on RTC_CLASS | 101 | depends on RTC_CLASS |
