diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 81adbdbd5042..3c20dae43ce2 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -378,6 +378,15 @@ config RTC_DRV_DS3234 | |||
378 | This driver can also be built as a module. If so, the module | 378 | This driver can also be built as a module. If so, the module |
379 | will be called rtc-ds3234. | 379 | will be called rtc-ds3234. |
380 | 380 | ||
381 | config RTC_DRV_PCF2123 | ||
382 | tristate "NXP PCF2123" | ||
383 | help | ||
384 | If you say yes here you get support for the NXP PCF2123 | ||
385 | RTC chip. | ||
386 | |||
387 | This driver can also be built as a module. If so, the module | ||
388 | will be called rtc-pcf2123. | ||
389 | |||
381 | endif # SPI_MASTER | 390 | endif # SPI_MASTER |
382 | 391 | ||
383 | comment "Platform RTC drivers" | 392 | comment "Platform RTC drivers" |
@@ -500,6 +509,17 @@ config RTC_DRV_M48T59 | |||
500 | This driver can also be built as a module, if so, the module | 509 | This driver can also be built as a module, if so, the module |
501 | will be called "rtc-m48t59". | 510 | will be called "rtc-m48t59". |
502 | 511 | ||
512 | config RTC_MXC | ||
513 | tristate "Freescale MXC Real Time Clock" | ||
514 | depends on ARCH_MXC | ||
515 | depends on RTC_CLASS | ||
516 | help | ||
517 | If you say yes here you get support for the Freescale MXC | ||
518 | RTC module. | ||
519 | |||
520 | This driver can also be built as a module, if so, the module | ||
521 | will be called "rtc-mxc". | ||
522 | |||
503 | config RTC_DRV_BQ4802 | 523 | config RTC_DRV_BQ4802 |
504 | tristate "TI BQ4802" | 524 | tristate "TI BQ4802" |
505 | help | 525 | help |
@@ -518,6 +538,16 @@ config RTC_DRV_V3020 | |||
518 | This driver can also be built as a module. If so, the module | 538 | This driver can also be built as a module. If so, the module |
519 | will be called rtc-v3020. | 539 | will be called rtc-v3020. |
520 | 540 | ||
541 | config RTC_DRV_WM831X | ||
542 | tristate "Wolfson Microelectronics WM831x RTC" | ||
543 | depends on MFD_WM831X | ||
544 | help | ||
545 | If you say yes here you will get support for the RTC subsystem | ||
546 | of the Wolfson Microelectronics WM831X series PMICs. | ||
547 | |||
548 | This driver can also be built as a module. If so, the module | ||
549 | will be called "rtc-wm831x". | ||
550 | |||
521 | config RTC_DRV_WM8350 | 551 | config RTC_DRV_WM8350 |
522 | tristate "Wolfson Microelectronics WM8350 RTC" | 552 | tristate "Wolfson Microelectronics WM8350 RTC" |
523 | depends on MFD_WM8350 | 553 | depends on MFD_WM8350 |
@@ -535,6 +565,15 @@ config RTC_DRV_PCF50633 | |||
535 | If you say yes here you get support for the RTC subsystem of the | 565 | If you say yes here you get support for the RTC subsystem of the |
536 | NXP PCF50633 used in embedded systems. | 566 | NXP PCF50633 used in embedded systems. |
537 | 567 | ||
568 | config RTC_DRV_AB3100 | ||
569 | tristate "ST-Ericsson AB3100 RTC" | ||
570 | depends on AB3100_CORE | ||
571 | default y if AB3100_CORE | ||
572 | help | ||
573 | Select this to enable the ST-Ericsson AB3100 Mixed Signal IC RTC | ||
574 | support. This chip contains a battery- and capacitor-backed RTC. | ||
575 | |||
576 | |||
538 | comment "on-CPU RTC drivers" | 577 | comment "on-CPU RTC drivers" |
539 | 578 | ||
540 | config RTC_DRV_OMAP | 579 | config RTC_DRV_OMAP |
@@ -759,4 +798,33 @@ config RTC_DRV_PS3 | |||
759 | This driver can also be built as a module. If so, the module | 798 | This driver can also be built as a module. If so, the module |
760 | will be called rtc-ps3. | 799 | will be called rtc-ps3. |
761 | 800 | ||
801 | config RTC_DRV_COH901331 | ||
802 | tristate "ST-Ericsson COH 901 331 RTC" | ||
803 | depends on ARCH_U300 | ||
804 | help | ||
805 | If you say Y here you will get access to ST-Ericsson | ||
806 | COH 901 331 RTC clock found in some ST-Ericsson Mobile | ||
807 | Platforms. | ||
808 | |||
809 | This driver can also be built as a module. If so, the module | ||
810 | will be called "rtc-coh901331". | ||
811 | |||
812 | |||
813 | config RTC_DRV_STMP | ||
814 | tristate "Freescale STMP3xxx RTC" | ||
815 | depends on ARCH_STMP3XXX | ||
816 | help | ||
817 | If you say yes here you will get support for the onboard | ||
818 | STMP3xxx RTC. | ||
819 | |||
820 | This driver can also be built as a module. If so, the module | ||
821 | will be called rtc-stmp3xxx. | ||
822 | |||
823 | config RTC_DRV_PCAP | ||
824 | tristate "PCAP RTC" | ||
825 | depends on EZX_PCAP | ||
826 | help | ||
827 | If you say Y here you will get support for the RTC found on | ||
828 | the PCAP2 ASIC used on some Motorola phones. | ||
829 | |||
762 | endif # RTC_CLASS | 830 | endif # RTC_CLASS |