diff options
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 5bb031461d75..d0cea02b5dfc 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -609,6 +609,16 @@ config RTC_DRV_DA9052 | |||
609 | Say y here to support the RTC driver for Dialog Semiconductor | 609 | Say y here to support the RTC driver for Dialog Semiconductor |
610 | DA9052-BC and DA9053-AA/Bx PMICs. | 610 | DA9052-BC and DA9053-AA/Bx PMICs. |
611 | 611 | ||
612 | config RTC_DRV_DA9055 | ||
613 | tristate "Dialog Semiconductor DA9055 RTC" | ||
614 | depends on MFD_DA9055 | ||
615 | help | ||
616 | If you say yes here you will get support for the | ||
617 | RTC of the Dialog DA9055 PMIC. | ||
618 | |||
619 | This driver can also be built as a module. If so, the module | ||
620 | will be called rtc-da9055 | ||
621 | |||
612 | config RTC_DRV_EFI | 622 | config RTC_DRV_EFI |
613 | tristate "EFI RTC" | 623 | tristate "EFI RTC" |
614 | depends on IA64 | 624 | depends on IA64 |