diff options
author | Raghavendra Ganiga <ravi23ganiga@gmail.com> | 2014-06-06 17:35:59 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-06 19:08:08 -0400 |
commit | 1d6316f56d04a10f39621088f3b672a3c5528b80 (patch) | |
tree | 8f47af0ca2014982dd349161381484ac41e702b4 /drivers/rtc/Kconfig | |
parent | 7abe3f5404fae84cecd851e140a2218ba9d24e4f (diff) |
drivers/rtc: add support for maxim dallas rtc ds1343 and ds1344
Signed-off-by: Raghavendra Chandra Ganiga <ravi23ganiga@gmail.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.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 f4e113874e7a..a2f5b31f40d3 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -573,6 +573,16 @@ config RTC_DRV_DS1305 | |||
573 | This driver can also be built as a module. If so, the module | 573 | This driver can also be built as a module. If so, the module |
574 | will be called rtc-ds1305. | 574 | will be called rtc-ds1305. |
575 | 575 | ||
576 | config RTC_DRV_DS1343 | ||
577 | tristate "Dallas/Maxim DS1343/DS1344" | ||
578 | help | ||
579 | If you say yes here you get support for the | ||
580 | Dallas/Maxim DS1343 and DS1344 real time clock chips. | ||
581 | Support for trickle charger, alarm is provided. | ||
582 | |||
583 | This driver can also be built as a module. If so, the module | ||
584 | will be called rtc-ds1343. | ||
585 | |||
576 | config RTC_DRV_DS1347 | 586 | config RTC_DRV_DS1347 |
577 | tristate "Dallas/Maxim DS1347" | 587 | tristate "Dallas/Maxim DS1347" |
578 | help | 588 | help |