diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
| -rw-r--r-- | drivers/rtc/Kconfig | 39 |
1 files changed, 38 insertions, 1 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 8167e9e6827a..10ba12c8c5e0 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
| @@ -175,6 +175,16 @@ config RTC_DRV_MAX6900 | |||
| 175 | This driver can also be built as a module. If so, the module | 175 | This driver can also be built as a module. If so, the module |
| 176 | will be called rtc-max6900. | 176 | will be called rtc-max6900. |
| 177 | 177 | ||
| 178 | config RTC_DRV_MAX8925 | ||
| 179 | tristate "Maxim MAX8925" | ||
| 180 | depends on MFD_MAX8925 | ||
| 181 | help | ||
| 182 | If you say yes here you will get support for the | ||
| 183 | RTC of Maxim MAX8925 PMIC. | ||
| 184 | |||
| 185 | This driver can also be built as a module. If so, the module | ||
| 186 | will be called rtc-max8925. | ||
| 187 | |||
| 178 | config RTC_DRV_RS5C372 | 188 | config RTC_DRV_RS5C372 |
| 179 | tristate "Ricoh R2025S/D, RS5C372A/B, RV5C386, RV5C387A" | 189 | tristate "Ricoh R2025S/D, RS5C372A/B, RV5C386, RV5C387A" |
| 180 | help | 190 | help |
| @@ -601,6 +611,13 @@ config RTC_DRV_AB3100 | |||
| 601 | Select this to enable the ST-Ericsson AB3100 Mixed Signal IC RTC | 611 | Select this to enable the ST-Ericsson AB3100 Mixed Signal IC RTC |
| 602 | support. This chip contains a battery- and capacitor-backed RTC. | 612 | support. This chip contains a battery- and capacitor-backed RTC. |
| 603 | 613 | ||
| 614 | config RTC_DRV_AB8500 | ||
| 615 | tristate "ST-Ericsson AB8500 RTC" | ||
| 616 | depends on AB8500_CORE | ||
| 617 | help | ||
| 618 | Select this to enable the ST-Ericsson AB8500 power management IC RTC | ||
| 619 | support. This chip contains a battery- and capacitor-backed RTC. | ||
| 620 | |||
| 604 | config RTC_DRV_NUC900 | 621 | config RTC_DRV_NUC900 |
| 605 | tristate "NUC910/NUC920 RTC driver" | 622 | tristate "NUC910/NUC920 RTC driver" |
| 606 | depends on RTC_CLASS && ARCH_W90X900 | 623 | depends on RTC_CLASS && ARCH_W90X900 |
| @@ -610,6 +627,16 @@ config RTC_DRV_NUC900 | |||
| 610 | 627 | ||
| 611 | comment "on-CPU RTC drivers" | 628 | comment "on-CPU RTC drivers" |
| 612 | 629 | ||
| 630 | config RTC_DRV_DAVINCI | ||
| 631 | tristate "TI DaVinci RTC" | ||
| 632 | depends on ARCH_DAVINCI_DM365 | ||
| 633 | help | ||
| 634 | If you say yes here you get support for the RTC on the | ||
| 635 | DaVinci platforms (DM365). | ||
| 636 | |||
| 637 | This driver can also be built as a module. If so, the module | ||
| 638 | will be called rtc-davinci. | ||
| 639 | |||
| 613 | config RTC_DRV_OMAP | 640 | config RTC_DRV_OMAP |
| 614 | tristate "TI OMAP1" | 641 | tristate "TI OMAP1" |
| 615 | depends on ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_DAVINCI_DA8XX | 642 | depends on ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_DAVINCI_DA8XX |
| @@ -620,7 +647,7 @@ config RTC_DRV_OMAP | |||
| 620 | 647 | ||
| 621 | config RTC_DRV_S3C | 648 | config RTC_DRV_S3C |
| 622 | tristate "Samsung S3C series SoC RTC" | 649 | tristate "Samsung S3C series SoC RTC" |
| 623 | depends on ARCH_S3C2410 | 650 | depends on ARCH_S3C2410 || ARCH_S3C64XX |
| 624 | help | 651 | help |
| 625 | RTC (Realtime Clock) driver for the clock inbuilt into the | 652 | RTC (Realtime Clock) driver for the clock inbuilt into the |
| 626 | Samsung S3C24XX series of SoCs. This can provide periodic | 653 | Samsung S3C24XX series of SoCs. This can provide periodic |
| @@ -868,4 +895,14 @@ config RTC_DRV_MC13783 | |||
| 868 | help | 895 | help |
| 869 | This enables support for the Freescale MC13783 PMIC RTC | 896 | This enables support for the Freescale MC13783 PMIC RTC |
| 870 | 897 | ||
| 898 | config RTC_DRV_MPC5121 | ||
| 899 | tristate "Freescale MPC5121 built-in RTC" | ||
| 900 | depends on PPC_MPC512x && RTC_CLASS | ||
| 901 | help | ||
| 902 | If you say yes here you will get support for the | ||
| 903 | built-in RTC MPC5121. | ||
| 904 | |||
| 905 | This driver can also be built as a module. If so, the module | ||
| 906 | will be called rtc-mpc5121. | ||
| 907 | |||
| 871 | endif # RTC_CLASS | 908 | endif # RTC_CLASS |
