diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 9654aa3c05cb..15f166a470a7 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -153,6 +153,16 @@ config RTC_DRV_88PM80X | |||
153 | This driver can also be built as a module. If so, the module | 153 | This driver can also be built as a module. If so, the module |
154 | will be called rtc-88pm80x. | 154 | will be called rtc-88pm80x. |
155 | 155 | ||
156 | config RTC_DRV_AS3722 | ||
157 | tristate "ams AS3722 RTC driver" | ||
158 | depends on MFD_AS3722 | ||
159 | help | ||
160 | If you say yes here you get support for the RTC of ams AS3722 PMIC | ||
161 | chips. | ||
162 | |||
163 | This driver can also be built as a module. If so, the module | ||
164 | will be called rtc-as3722. | ||
165 | |||
156 | config RTC_DRV_DS1307 | 166 | config RTC_DRV_DS1307 |
157 | tristate "Dallas/Maxim DS1307/37/38/39/40, ST M41T00, EPSON RX-8025" | 167 | tristate "Dallas/Maxim DS1307/37/38/39/40, ST M41T00, EPSON RX-8025" |
158 | help | 168 | help |
@@ -497,6 +507,16 @@ config RTC_DRV_RV3029C2 | |||
497 | This driver can also be built as a module. If so, the module | 507 | This driver can also be built as a module. If so, the module |
498 | will be called rtc-rv3029c2. | 508 | will be called rtc-rv3029c2. |
499 | 509 | ||
510 | config RTC_DRV_S5M | ||
511 | tristate "Samsung S5M series" | ||
512 | depends on MFD_SEC_CORE | ||
513 | help | ||
514 | If you say yes here you will get support for the | ||
515 | RTC of Samsung S5M PMIC series. | ||
516 | |||
517 | This driver can also be built as a module. If so, the module | ||
518 | will be called rtc-s5m. | ||
519 | |||
500 | endif # I2C | 520 | endif # I2C |
501 | 521 | ||
502 | comment "SPI RTC drivers" | 522 | comment "SPI RTC drivers" |