diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 38 |
1 files changed, 34 insertions, 4 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 6cc2c0330230..fc85bf2e4a97 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -256,6 +256,17 @@ config RTC_DRV_S35390A | |||
256 | This driver can also be built as a module. If so the module | 256 | This driver can also be built as a module. If so the module |
257 | will be called rtc-s35390a. | 257 | will be called rtc-s35390a. |
258 | 258 | ||
259 | config RTC_DRV_FM3130 | ||
260 | tristate "Ramtron FM3130" | ||
261 | help | ||
262 | If you say Y here you will get support for the | ||
263 | Ramtron FM3130 RTC chips. | ||
264 | Ramtron FM3130 is a chip with two separate devices inside, | ||
265 | RTC clock and FRAM. This driver provides only RTC functionality. | ||
266 | |||
267 | This driver can also be built as a module. If so the module | ||
268 | will be called rtc-fm3130. | ||
269 | |||
259 | endif # I2C | 270 | endif # I2C |
260 | 271 | ||
261 | comment "SPI RTC drivers" | 272 | comment "SPI RTC drivers" |
@@ -458,6 +469,16 @@ config RTC_DRV_VR41XX | |||
458 | To compile this driver as a module, choose M here: the | 469 | To compile this driver as a module, choose M here: the |
459 | module will be called rtc-vr41xx. | 470 | module will be called rtc-vr41xx. |
460 | 471 | ||
472 | config RTC_DRV_PL030 | ||
473 | tristate "ARM AMBA PL030 RTC" | ||
474 | depends on ARM_AMBA | ||
475 | help | ||
476 | If you say Y here you will get access to ARM AMBA | ||
477 | PrimeCell PL030 RTC found on certain ARM SOCs. | ||
478 | |||
479 | To compile this driver as a module, choose M here: the | ||
480 | module will be called rtc-pl030. | ||
481 | |||
461 | config RTC_DRV_PL031 | 482 | config RTC_DRV_PL031 |
462 | tristate "ARM AMBA PL031 RTC" | 483 | tristate "ARM AMBA PL031 RTC" |
463 | depends on ARM_AMBA | 484 | depends on ARM_AMBA |
@@ -484,12 +505,13 @@ config RTC_DRV_AT91RM9200 | |||
484 | this is powered by the backup power supply. | 505 | this is powered by the backup power supply. |
485 | 506 | ||
486 | config RTC_DRV_AT91SAM9 | 507 | config RTC_DRV_AT91SAM9 |
487 | tristate "AT91SAM9x" | 508 | tristate "AT91SAM9x/AT91CAP9" |
488 | depends on ARCH_AT91 && !(ARCH_AT91RM9200 || ARCH_AT91X40) | 509 | depends on ARCH_AT91 && !(ARCH_AT91RM9200 || ARCH_AT91X40) |
489 | help | 510 | help |
490 | RTC driver for the Atmel AT91SAM9x internal RTT (Real Time Timer). | 511 | RTC driver for the Atmel AT91SAM9x and AT91CAP9 internal RTT |
491 | These timers are powered by the backup power supply (such as a | 512 | (Real Time Timer). These timers are powered by the backup power |
492 | small coin cell battery), but do not need to be used as RTCs. | 513 | supply (such as a small coin cell battery), but do not need to |
514 | be used as RTCs. | ||
493 | 515 | ||
494 | (On AT91SAM9rl chips you probably want to use the dedicated RTC | 516 | (On AT91SAM9rl chips you probably want to use the dedicated RTC |
495 | module and leave the RTT available for other uses.) | 517 | module and leave the RTT available for other uses.) |
@@ -534,4 +556,12 @@ config RTC_DRV_RS5C313 | |||
534 | help | 556 | help |
535 | If you say yes here you get support for the Ricoh RS5C313 RTC chips. | 557 | If you say yes here you get support for the Ricoh RS5C313 RTC chips. |
536 | 558 | ||
559 | config RTC_DRV_PPC | ||
560 | tristate "PowerPC machine dependent RTC support" | ||
561 | depends on PPC_MERGE | ||
562 | help | ||
563 | The PowerPC kernel has machine-specific functions for accessing | ||
564 | the RTC. This exposes that functionality through the generic RTC | ||
565 | class. | ||
566 | |||
537 | endif # RTC_CLASS | 567 | endif # RTC_CLASS |