diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
| -rw-r--r-- | drivers/rtc/Kconfig | 51 |
1 files changed, 49 insertions, 2 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 10ba12c8c5e0..48ca7132cc05 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
| @@ -166,6 +166,16 @@ config RTC_DRV_DS1672 | |||
| 166 | This driver can also be built as a module. If so, the module | 166 | This driver can also be built as a module. If so, the module |
| 167 | will be called rtc-ds1672. | 167 | will be called rtc-ds1672. |
| 168 | 168 | ||
| 169 | config RTC_DRV_DS3232 | ||
| 170 | tristate "Dallas/Maxim DS3232" | ||
| 171 | depends on RTC_CLASS && I2C | ||
| 172 | help | ||
| 173 | If you say yes here you get support for Dallas Semiconductor | ||
| 174 | DS3232 real-time clock chips. | ||
| 175 | |||
| 176 | This driver can also be built as a module. If so, the module | ||
| 177 | will be called rtc-ds3232. | ||
| 178 | |||
| 169 | config RTC_DRV_MAX6900 | 179 | config RTC_DRV_MAX6900 |
| 170 | tristate "Maxim MAX6900" | 180 | tristate "Maxim MAX6900" |
| 171 | help | 181 | help |
| @@ -203,6 +213,15 @@ config RTC_DRV_ISL1208 | |||
| 203 | This driver can also be built as a module. If so, the module | 213 | This driver can also be built as a module. If so, the module |
| 204 | will be called rtc-isl1208. | 214 | will be called rtc-isl1208. |
| 205 | 215 | ||
| 216 | config RTC_DRV_ISL12022 | ||
| 217 | tristate "Intersil ISL12022" | ||
| 218 | help | ||
| 219 | If you say yes here you get support for the | ||
| 220 | Intersil ISL12022 RTC chip. | ||
| 221 | |||
| 222 | This driver can also be built as a module. If so, the module | ||
| 223 | will be called rtc-isl12022. | ||
| 224 | |||
| 206 | config RTC_DRV_X1205 | 225 | config RTC_DRV_X1205 |
| 207 | tristate "Xicor/Intersil X1205" | 226 | tristate "Xicor/Intersil X1205" |
| 208 | help | 227 | help |
| @@ -537,6 +556,16 @@ config RTC_DRV_MSM6242 | |||
| 537 | This driver can also be built as a module. If so, the module | 556 | This driver can also be built as a module. If so, the module |
| 538 | will be called rtc-msm6242. | 557 | will be called rtc-msm6242. |
| 539 | 558 | ||
| 559 | config RTC_DRV_IMXDI | ||
| 560 | tristate "Freescale IMX DryIce Real Time Clock" | ||
| 561 | depends on ARCH_MX25 | ||
| 562 | depends on RTC_CLASS | ||
| 563 | help | ||
| 564 | Support for Freescale IMX DryIce RTC | ||
| 565 | |||
| 566 | This driver can also be built as a module, if so, the module | ||
| 567 | will be called "rtc-imxdi". | ||
| 568 | |||
| 540 | config RTC_MXC | 569 | config RTC_MXC |
| 541 | tristate "Freescale MXC Real Time Clock" | 570 | tristate "Freescale MXC Real Time Clock" |
| 542 | depends on ARCH_MXC | 571 | depends on ARCH_MXC |
| @@ -645,9 +674,16 @@ config RTC_DRV_OMAP | |||
| 645 | DA8xx/OMAP-L13x chips. This driver can also be built as a | 674 | DA8xx/OMAP-L13x chips. This driver can also be built as a |
| 646 | module called rtc-omap. | 675 | module called rtc-omap. |
| 647 | 676 | ||
| 677 | config HAVE_S3C_RTC | ||
| 678 | bool | ||
| 679 | help | ||
| 680 | This will include RTC support for Samsung SoCs. If | ||
| 681 | you want to include RTC support for any machine, kindly | ||
| 682 | select this in the respective mach-XXXX/Kconfig file. | ||
| 683 | |||
| 648 | config RTC_DRV_S3C | 684 | config RTC_DRV_S3C |
| 649 | tristate "Samsung S3C series SoC RTC" | 685 | tristate "Samsung S3C series SoC RTC" |
| 650 | depends on ARCH_S3C2410 || ARCH_S3C64XX | 686 | depends on ARCH_S3C2410 || ARCH_S3C64XX || HAVE_S3C_RTC |
| 651 | help | 687 | help |
| 652 | RTC (Realtime Clock) driver for the clock inbuilt into the | 688 | RTC (Realtime Clock) driver for the clock inbuilt into the |
| 653 | Samsung S3C24XX series of SoCs. This can provide periodic | 689 | Samsung S3C24XX series of SoCs. This can provide periodic |
| @@ -774,7 +810,7 @@ config RTC_DRV_AT91SAM9_GPBR | |||
| 774 | 810 | ||
| 775 | config RTC_DRV_AU1XXX | 811 | config RTC_DRV_AU1XXX |
| 776 | tristate "Au1xxx Counter0 RTC support" | 812 | tristate "Au1xxx Counter0 RTC support" |
| 777 | depends on SOC_AU1X00 | 813 | depends on MIPS_ALCHEMY |
| 778 | help | 814 | help |
| 779 | This is a driver for the Au1xxx on-chip Counter0 (Time-Of-Year | 815 | This is a driver for the Au1xxx on-chip Counter0 (Time-Of-Year |
| 780 | counter) to be used as a RTC. | 816 | counter) to be used as a RTC. |
| @@ -905,4 +941,15 @@ config RTC_DRV_MPC5121 | |||
| 905 | This driver can also be built as a module. If so, the module | 941 | This driver can also be built as a module. If so, the module |
| 906 | will be called rtc-mpc5121. | 942 | will be called rtc-mpc5121. |
| 907 | 943 | ||
| 944 | config RTC_DRV_JZ4740 | ||
| 945 | tristate "Ingenic JZ4740 SoC" | ||
| 946 | depends on RTC_CLASS | ||
| 947 | depends on MACH_JZ4740 | ||
| 948 | help | ||
| 949 | If you say yes here you get support for the Ingenic JZ4740 SoC RTC | ||
| 950 | controller. | ||
| 951 | |||
| 952 | This driver can also be buillt as a module. If so, the module | ||
| 953 | will be called rtc-jz4740. | ||
| 954 | |||
| 908 | endif # RTC_CLASS | 955 | endif # RTC_CLASS |
