diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 59efc63c4e48..8c8377d50c4c 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 |
@@ -748,7 +755,7 @@ config HAVE_S3C_RTC | |||
748 | 755 | ||
749 | config RTC_DRV_S3C | 756 | config RTC_DRV_S3C |
750 | tristate "Samsung S3C series SoC RTC" | 757 | tristate "Samsung S3C series SoC RTC" |
751 | depends on ARCH_S3C2410 || ARCH_S3C64XX || HAVE_S3C_RTC | 758 | depends on ARCH_S3C64XX || HAVE_S3C_RTC |
752 | help | 759 | help |
753 | RTC (Realtime Clock) driver for the clock inbuilt into the | 760 | RTC (Realtime Clock) driver for the clock inbuilt into the |
754 | Samsung S3C24XX series of SoCs. This can provide periodic | 761 | Samsung S3C24XX series of SoCs. This can provide periodic |
@@ -1070,4 +1077,14 @@ config RTC_DRV_PUV3 | |||
1070 | This drive can also be built as a module. If so, the module | 1077 | This drive can also be built as a module. If so, the module |
1071 | will be called rtc-puv3. | 1078 | will be called rtc-puv3. |
1072 | 1079 | ||
1080 | config RTC_DRV_LOONGSON1 | ||
1081 | tristate "loongson1 RTC support" | ||
1082 | depends on MACH_LOONGSON1 | ||
1083 | help | ||
1084 | This is a driver for the loongson1 on-chip Counter0 (Time-Of-Year | ||
1085 | counter) to be used as a RTC. | ||
1086 | |||
1087 | This driver can also be built as a module. If so, the module | ||
1088 | will be called rtc-ls1x. | ||
1089 | |||
1073 | endif # RTC_CLASS | 1090 | endif # RTC_CLASS |