diff options
author | Raghavendra Ganiga <ravi23ganiga@gmail.com> | 2014-04-03 17:50:16 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-04-03 19:21:23 -0400 |
commit | 617b26a0e1cf8f183328763b6f1a33a422b60614 (patch) | |
tree | b551131af36ed71b1dc79b01e0218d45f6e33448 /drivers/rtc/Kconfig | |
parent | 5ab9a52a3af613b74a7cda033c1623c7913c50d9 (diff) |
rtc: add support for maxim dallas rtc ds1347
Add support for maxim dallas rtc ds1347
Signed-off-by: Raghavendra Chandra Ganiga <ravi23ganiga@gmail.com>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
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 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index db933decc39c..2e565f8e5165 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -573,6 +573,18 @@ 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_DS1347 | ||
577 | tristate "Dallas/Maxim DS1347" | ||
578 | help | ||
579 | If you say yes here you get support for the | ||
580 | Dallas/Maxim DS1347 chips. | ||
581 | |||
582 | This driver only supports the RTC feature, and not other chip | ||
583 | features such as alarms. | ||
584 | |||
585 | This driver can also be built as a module. If so, the module | ||
586 | will be called rtc-ds1347. | ||
587 | |||
576 | config RTC_DRV_DS1390 | 588 | config RTC_DRV_DS1390 |
577 | tristate "Dallas/Maxim DS1390/93/94" | 589 | tristate "Dallas/Maxim DS1390/93/94" |
578 | help | 590 | help |