diff options
author | Opensource [Steve Twiss] <stwiss.opensource@diasemi.com> | 2014-06-06 17:36:03 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-06 19:08:08 -0400 |
commit | c2a57550fec132c1e184c42ea13a619f9a9980e5 (patch) | |
tree | 5bd876d811a1f8b13dc231b423aaca427fd779af /drivers/rtc/Kconfig | |
parent | 1fcbe42c1b763456b56d492c31e06e27547b0481 (diff) |
rtc: da9063: RTC driver
Add the RTC driver for DA9063.
[akpm@linux-foundation.org: coding-style tweaks]
Signed-off-by: Opensource [Steve Twiss] <stwiss.opensource@diasemi.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Lee Jones <lee.jones@linaro.org>
Cc: Mark Brown <broonie@linaro.org>
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Cc: Samuel Ortiz <sameo@linux.intel.com>
Cc: David Dajun Chen <david.chen@diasemi.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 486d34b225d5..71988b69eca6 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -777,6 +777,16 @@ config RTC_DRV_DA9055 | |||
777 | This driver can also be built as a module. If so, the module | 777 | This driver can also be built as a module. If so, the module |
778 | will be called rtc-da9055 | 778 | will be called rtc-da9055 |
779 | 779 | ||
780 | config RTC_DRV_DA9063 | ||
781 | tristate "Dialog Semiconductor DA9063 RTC" | ||
782 | depends on MFD_DA9063 | ||
783 | help | ||
784 | If you say yes here you will get support for the RTC subsystem | ||
785 | of the Dialog Semiconductor DA9063. | ||
786 | |||
787 | This driver can also be built as a module. If so, the module | ||
788 | will be called "rtc-da9063". | ||
789 | |||
780 | config RTC_DRV_EFI | 790 | config RTC_DRV_EFI |
781 | tristate "EFI RTC" | 791 | tristate "EFI RTC" |
782 | depends on IA64 | 792 | depends on IA64 |