diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 39 |
1 files changed, 31 insertions, 8 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index b57fba5c6d02..f660ef3e5b29 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -220,22 +220,22 @@ config RTC_DRV_PCF8583 | |||
220 | will be called rtc-pcf8583. | 220 | will be called rtc-pcf8583. |
221 | 221 | ||
222 | config RTC_DRV_M41T80 | 222 | config RTC_DRV_M41T80 |
223 | tristate "ST M41T80/81/82/83/84/85/87" | 223 | tristate "ST M41T65/M41T80/81/82/83/84/85/87" |
224 | help | 224 | help |
225 | If you say Y here you will get support for the | 225 | If you say Y here you will get support for the ST M41T60 |
226 | ST M41T80 RTC chips series. Currently following chips are | 226 | and M41T80 RTC chips series. Currently, the following chips are |
227 | supported: M41T80, M41T81, M41T82, M41T83, M41ST84, M41ST85 | 227 | supported: M41T65, M41T80, M41T81, M41T82, M41T83, M41ST84, |
228 | and M41ST87. | 228 | M41ST85, and M41ST87. |
229 | 229 | ||
230 | This driver can also be built as a module. If so, the module | 230 | This driver can also be built as a module. If so, the module |
231 | will be called rtc-m41t80. | 231 | will be called rtc-m41t80. |
232 | 232 | ||
233 | config RTC_DRV_M41T80_WDT | 233 | config RTC_DRV_M41T80_WDT |
234 | bool "ST M41T80 series RTC watchdog timer" | 234 | bool "ST M41T65/M41T80 series RTC watchdog timer" |
235 | depends on RTC_DRV_M41T80 | 235 | depends on RTC_DRV_M41T80 |
236 | help | 236 | help |
237 | If you say Y here you will get support for the | 237 | If you say Y here you will get support for the |
238 | watchdog timer in ST M41T80 RTC chips series. | 238 | watchdog timer in the ST M41T60 and M41T80 RTC chips series. |
239 | 239 | ||
240 | config RTC_DRV_TWL92330 | 240 | config RTC_DRV_TWL92330 |
241 | boolean "TI TWL92330/Menelaus" | 241 | boolean "TI TWL92330/Menelaus" |
@@ -319,6 +319,15 @@ config RTC_DRV_RS5C348 | |||
319 | This driver can also be built as a module. If so, the module | 319 | This driver can also be built as a module. If so, the module |
320 | will be called rtc-rs5c348. | 320 | will be called rtc-rs5c348. |
321 | 321 | ||
322 | config RTC_DRV_DS3234 | ||
323 | tristate "Maxim/Dallas DS3234" | ||
324 | help | ||
325 | If you say yes here you get support for the | ||
326 | Maxim/Dallas DS3234 SPI RTC chip. | ||
327 | |||
328 | This driver can also be built as a module. If so, the module | ||
329 | will be called rtc-ds3234. | ||
330 | |||
322 | endif # SPI_MASTER | 331 | endif # SPI_MASTER |
323 | 332 | ||
324 | comment "Platform RTC drivers" | 333 | comment "Platform RTC drivers" |
@@ -352,6 +361,11 @@ config RTC_DRV_DS1216 | |||
352 | help | 361 | help |
353 | If you say yes here you get support for the Dallas DS1216 RTC chips. | 362 | If you say yes here you get support for the Dallas DS1216 RTC chips. |
354 | 363 | ||
364 | config RTC_DRV_DS1286 | ||
365 | tristate "Dallas DS1286" | ||
366 | help | ||
367 | If you say yes here you get support for the Dallas DS1286 RTC chips. | ||
368 | |||
355 | config RTC_DRV_DS1302 | 369 | config RTC_DRV_DS1302 |
356 | tristate "Dallas DS1302" | 370 | tristate "Dallas DS1302" |
357 | depends on SH_SECUREEDGE5410 | 371 | depends on SH_SECUREEDGE5410 |
@@ -405,6 +419,15 @@ config RTC_DRV_M48T86 | |||
405 | This driver can also be built as a module. If so, the module | 419 | This driver can also be built as a module. If so, the module |
406 | will be called rtc-m48t86. | 420 | will be called rtc-m48t86. |
407 | 421 | ||
422 | config RTC_DRV_M48T35 | ||
423 | tristate "ST M48T35" | ||
424 | help | ||
425 | If you say Y here you will get support for the | ||
426 | ST M48T35 RTC chip. | ||
427 | |||
428 | This driver can also be built as a module, if so, the module | ||
429 | will be called "rtc-m48t35". | ||
430 | |||
408 | config RTC_DRV_M48T59 | 431 | config RTC_DRV_M48T59 |
409 | tristate "ST M48T59/M48T08/M48T02" | 432 | tristate "ST M48T59/M48T08/M48T02" |
410 | help | 433 | help |
@@ -589,7 +612,7 @@ config RTC_DRV_RS5C313 | |||
589 | 612 | ||
590 | config RTC_DRV_PPC | 613 | config RTC_DRV_PPC |
591 | tristate "PowerPC machine dependent RTC support" | 614 | tristate "PowerPC machine dependent RTC support" |
592 | depends on PPC_MERGE | 615 | depends on PPC |
593 | help | 616 | help |
594 | The PowerPC kernel has machine-specific functions for accessing | 617 | The PowerPC kernel has machine-specific functions for accessing |
595 | the RTC. This exposes that functionality through the generic RTC | 618 | the RTC. This exposes that functionality through the generic RTC |