diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index b57fba5c6d02..f3d7fd3406a6 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -352,6 +352,11 @@ config RTC_DRV_DS1216 | |||
352 | help | 352 | help |
353 | If you say yes here you get support for the Dallas DS1216 RTC chips. | 353 | If you say yes here you get support for the Dallas DS1216 RTC chips. |
354 | 354 | ||
355 | config RTC_DRV_DS1286 | ||
356 | tristate "Dallas DS1286" | ||
357 | help | ||
358 | If you say yes here you get support for the Dallas DS1286 RTC chips. | ||
359 | |||
355 | config RTC_DRV_DS1302 | 360 | config RTC_DRV_DS1302 |
356 | tristate "Dallas DS1302" | 361 | tristate "Dallas DS1302" |
357 | depends on SH_SECUREEDGE5410 | 362 | depends on SH_SECUREEDGE5410 |
@@ -405,6 +410,15 @@ config RTC_DRV_M48T86 | |||
405 | This driver can also be built as a module. If so, the module | 410 | This driver can also be built as a module. If so, the module |
406 | will be called rtc-m48t86. | 411 | will be called rtc-m48t86. |
407 | 412 | ||
413 | config RTC_DRV_M48T35 | ||
414 | tristate "ST M48T35" | ||
415 | help | ||
416 | If you say Y here you will get support for the | ||
417 | ST M48T35 RTC chip. | ||
418 | |||
419 | This driver can also be built as a module, if so, the module | ||
420 | will be called "rtc-m48t35". | ||
421 | |||
408 | config RTC_DRV_M48T59 | 422 | config RTC_DRV_M48T59 |
409 | tristate "ST M48T59/M48T08/M48T02" | 423 | tristate "ST M48T59/M48T08/M48T02" |
410 | help | 424 | help |