diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
| -rw-r--r-- | drivers/rtc/Kconfig | 55 |
1 files changed, 48 insertions, 7 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 3c20dae43ce2..8167e9e6827a 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
| @@ -242,6 +242,15 @@ config RTC_DRV_M41T80_WDT | |||
| 242 | If you say Y here you will get support for the | 242 | If you say Y here you will get support for the |
| 243 | watchdog timer in the ST M41T60 and M41T80 RTC chips series. | 243 | watchdog timer in the ST M41T60 and M41T80 RTC chips series. |
| 244 | 244 | ||
| 245 | config RTC_DRV_BQ32K | ||
| 246 | tristate "TI BQ32000" | ||
| 247 | help | ||
| 248 | If you say Y here you will get support for the TI | ||
| 249 | BQ32000 I2C RTC chip. | ||
| 250 | |||
| 251 | This driver can also be built as a module. If so, the module | ||
| 252 | will be called rtc-bq32k. | ||
| 253 | |||
| 245 | config RTC_DRV_DM355EVM | 254 | config RTC_DRV_DM355EVM |
| 246 | tristate "TI DaVinci DM355 EVM RTC" | 255 | tristate "TI DaVinci DM355 EVM RTC" |
| 247 | depends on MFD_DM355EVM_MSP | 256 | depends on MFD_DM355EVM_MSP |
| @@ -258,14 +267,14 @@ config RTC_DRV_TWL92330 | |||
| 258 | the Menelaus driver; it's not separate module. | 267 | the Menelaus driver; it's not separate module. |
| 259 | 268 | ||
| 260 | config RTC_DRV_TWL4030 | 269 | config RTC_DRV_TWL4030 |
| 261 | tristate "TI TWL4030/TWL5030/TPS659x0" | 270 | tristate "TI TWL4030/TWL5030/TWL6030/TPS659x0" |
| 262 | depends on RTC_CLASS && TWL4030_CORE | 271 | depends on RTC_CLASS && TWL4030_CORE |
| 263 | help | 272 | help |
| 264 | If you say yes here you get support for the RTC on the | 273 | If you say yes here you get support for the RTC on the |
| 265 | TWL4030 family chips, used mostly with OMAP3 platforms. | 274 | TWL4030/TWL5030/TWL6030 family chips, used mostly with OMAP3 platforms. |
| 266 | 275 | ||
| 267 | This driver can also be built as a module. If so, the module | 276 | This driver can also be built as a module. If so, the module |
| 268 | will be called rtc-twl4030. | 277 | will be called rtc-twl. |
| 269 | 278 | ||
| 270 | config RTC_DRV_S35390A | 279 | config RTC_DRV_S35390A |
| 271 | tristate "Seiko Instruments S-35390A" | 280 | tristate "Seiko Instruments S-35390A" |
| @@ -509,6 +518,15 @@ config RTC_DRV_M48T59 | |||
| 509 | This driver can also be built as a module, if so, the module | 518 | This driver can also be built as a module, if so, the module |
| 510 | will be called "rtc-m48t59". | 519 | will be called "rtc-m48t59". |
| 511 | 520 | ||
| 521 | config RTC_DRV_MSM6242 | ||
| 522 | tristate "Oki MSM6242" | ||
| 523 | help | ||
| 524 | If you say yes here you get support for the Oki MSM6242 | ||
| 525 | timekeeping chip. It is used in some Amiga models (e.g. A2000). | ||
| 526 | |||
| 527 | This driver can also be built as a module. If so, the module | ||
| 528 | will be called rtc-msm6242. | ||
| 529 | |||
| 512 | config RTC_MXC | 530 | config RTC_MXC |
| 513 | tristate "Freescale MXC Real Time Clock" | 531 | tristate "Freescale MXC Real Time Clock" |
| 514 | depends on ARCH_MXC | 532 | depends on ARCH_MXC |
| @@ -529,6 +547,16 @@ config RTC_DRV_BQ4802 | |||
| 529 | This driver can also be built as a module. If so, the module | 547 | This driver can also be built as a module. If so, the module |
| 530 | will be called rtc-bq4802. | 548 | will be called rtc-bq4802. |
| 531 | 549 | ||
| 550 | config RTC_DRV_RP5C01 | ||
| 551 | tristate "Ricoh RP5C01" | ||
| 552 | help | ||
| 553 | If you say yes here you get support for the Ricoh RP5C01 | ||
| 554 | timekeeping chip. It is used in some Amiga models (e.g. A3000 | ||
| 555 | and A4000). | ||
| 556 | |||
| 557 | This driver can also be built as a module. If so, the module | ||
| 558 | will be called rtc-rp5c01. | ||
| 559 | |||
| 532 | config RTC_DRV_V3020 | 560 | config RTC_DRV_V3020 |
| 533 | tristate "EM Microelectronic V3020" | 561 | tristate "EM Microelectronic V3020" |
| 534 | help | 562 | help |
| @@ -573,15 +601,22 @@ config RTC_DRV_AB3100 | |||
| 573 | Select this to enable the ST-Ericsson AB3100 Mixed Signal IC RTC | 601 | Select this to enable the ST-Ericsson AB3100 Mixed Signal IC RTC |
| 574 | support. This chip contains a battery- and capacitor-backed RTC. | 602 | support. This chip contains a battery- and capacitor-backed RTC. |
| 575 | 603 | ||
| 604 | config RTC_DRV_NUC900 | ||
| 605 | tristate "NUC910/NUC920 RTC driver" | ||
| 606 | depends on RTC_CLASS && ARCH_W90X900 | ||
| 607 | help | ||
| 608 | If you say yes here you get support for the RTC subsystem of the | ||
| 609 | NUC910/NUC920 used in embedded systems. | ||
| 576 | 610 | ||
| 577 | comment "on-CPU RTC drivers" | 611 | comment "on-CPU RTC drivers" |
| 578 | 612 | ||
| 579 | config RTC_DRV_OMAP | 613 | config RTC_DRV_OMAP |
| 580 | tristate "TI OMAP1" | 614 | tristate "TI OMAP1" |
| 581 | depends on ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 | 615 | depends on ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_DAVINCI_DA8XX |
| 582 | help | 616 | help |
| 583 | Say "yes" here to support the real time clock on TI OMAP1 chips. | 617 | Say "yes" here to support the real time clock on TI OMAP1 and |
| 584 | This driver can also be built as a module called rtc-omap. | 618 | DA8xx/OMAP-L13x chips. This driver can also be built as a |
| 619 | module called rtc-omap. | ||
| 585 | 620 | ||
| 586 | config RTC_DRV_S3C | 621 | config RTC_DRV_S3C |
| 587 | tristate "Samsung S3C series SoC RTC" | 622 | tristate "Samsung S3C series SoC RTC" |
| @@ -780,7 +815,7 @@ config RTC_DRV_TX4939 | |||
| 780 | 815 | ||
| 781 | config RTC_DRV_MV | 816 | config RTC_DRV_MV |
| 782 | tristate "Marvell SoC RTC" | 817 | tristate "Marvell SoC RTC" |
| 783 | depends on ARCH_KIRKWOOD | 818 | depends on ARCH_KIRKWOOD || ARCH_DOVE |
| 784 | help | 819 | help |
| 785 | If you say yes here you will get support for the in-chip RTC | 820 | If you say yes here you will get support for the in-chip RTC |
| 786 | that can be found in some of Marvell's SoC devices, such as | 821 | that can be found in some of Marvell's SoC devices, such as |
| @@ -827,4 +862,10 @@ config RTC_DRV_PCAP | |||
| 827 | If you say Y here you will get support for the RTC found on | 862 | If you say Y here you will get support for the RTC found on |
| 828 | the PCAP2 ASIC used on some Motorola phones. | 863 | the PCAP2 ASIC used on some Motorola phones. |
| 829 | 864 | ||
| 865 | config RTC_DRV_MC13783 | ||
| 866 | depends on MFD_MC13783 | ||
| 867 | tristate "Freescale MC13783 RTC" | ||
| 868 | help | ||
| 869 | This enables support for the Freescale MC13783 PMIC RTC | ||
| 870 | |||
| 830 | endif # RTC_CLASS | 871 | endif # RTC_CLASS |
