diff options
author | Ashish Jangam <ashish.jangam@kpitcummins.com> | 2012-03-23 18:02:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-03-23 19:58:40 -0400 |
commit | fef931ff98fe78bea804d9b4c49d410a7a97988c (patch) | |
tree | c205ae155861d391e9268b98ece55fcc54ee8799 /drivers/rtc/Kconfig | |
parent | fad0738dcf6feccf601f5a24b8ccd3b26894b337 (diff) |
rtc: driver for DA9052/53 PMIC v1
RTC Driver for Dialog Semiconductor DA9052/53 PMICs.
This patch is functionally tested on Samsung SMDKV6410.
[akpm@linux-foundation.org: clean up file header layout, remove unneeded initialisation of local arrays]
Signed-off-by: David Dajun Chen <dchen@diasemi.com>
Signed-off-by: Ashish Jangam <ashish.jangam@kpitcummins.com>
Cc: Paul Gortmaker <p_gortmaker@yahoo.com>
Cc: David Dajun Chen <dchen@diasemi.com>
Cc: Samuel Ortiz <sameo@linux.intel.com>
Cc: 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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 850febcbaf73..4f9fb25f945b 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -554,6 +554,13 @@ config RTC_DRV_DS1742 | |||
554 | This driver can also be built as a module. If so, the module | 554 | This driver can also be built as a module. If so, the module |
555 | will be called rtc-ds1742. | 555 | will be called rtc-ds1742. |
556 | 556 | ||
557 | config RTC_DRV_DA9052 | ||
558 | tristate "Dialog DA9052/DA9053 RTC" | ||
559 | depends on PMIC_DA9052 | ||
560 | help | ||
561 | Say y here to support the RTC driver for Dialog Semiconductor | ||
562 | DA9052-BC and DA9053-AA/Bx PMICs. | ||
563 | |||
557 | config RTC_DRV_EFI | 564 | config RTC_DRV_EFI |
558 | tristate "EFI RTC" | 565 | tristate "EFI RTC" |
559 | depends on IA64 | 566 | depends on IA64 |