diff options
author | Linus Walleij <linus.walleij@stericsson.com> | 2009-08-30 17:49:04 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2009-09-17 03:47:24 -0400 |
commit | bd207cfb0011389d55827b3f3181c60e8c3c7148 (patch) | |
tree | 9132fd211771b0038faa41cfbdb40198c4d78acf /drivers/rtc/Kconfig | |
parent | 8aba721b23917bc6d374ad42bf80bde5058710e2 (diff) |
rtc: AB3100 RTC support
This adds support for the RTC found inside the AB3100 Mixed Signal chip.
The symbols used for communicating with the chip is found in the
mfd/ab3100-core.c driver that also provides the platform device.
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Acked-by: Alessandro Zummo <alessandro.zummo@towertech.it>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index b136299a237e..73771b09fbd3 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -545,6 +545,15 @@ config RTC_DRV_PCF50633 | |||
545 | If you say yes here you get support for the RTC subsystem of the | 545 | If you say yes here you get support for the RTC subsystem of the |
546 | NXP PCF50633 used in embedded systems. | 546 | NXP PCF50633 used in embedded systems. |
547 | 547 | ||
548 | config RTC_DRV_AB3100 | ||
549 | tristate "ST-Ericsson AB3100 RTC" | ||
550 | depends on AB3100_CORE | ||
551 | default y if AB3100_CORE | ||
552 | help | ||
553 | Select this to enable the ST-Ericsson AB3100 Mixed Signal IC RTC | ||
554 | support. This chip contains a battery- and capacitor-backed RTC. | ||
555 | |||
556 | |||
548 | comment "on-CPU RTC drivers" | 557 | comment "on-CPU RTC drivers" |
549 | 558 | ||
550 | config RTC_DRV_OMAP | 559 | config RTC_DRV_OMAP |