diff options
author | Manuel Lauss <mano@roarinelk.homelinux.net> | 2009-01-06 17:42:18 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-06 18:59:24 -0500 |
commit | 45fd8a0c14884b2d8f2a31f71c72dedbaeeb33f2 (patch) | |
tree | 858e24c5511de2c9efe10de6a738a815a593d02c /drivers/rtc/Kconfig | |
parent | ae64d16956718bfd11955217f603b27a781c0cb1 (diff) |
rtc: Au1000 On-Chip Counter0-as-RTC driver.
Simple driver which uses the Au1xxx Time-Of-Year counter (counter0)
as a 1Hz RTC.
[akpm@linux-foundation.org: repair Kconfig]
Signed-off-by: Manuel Lauss <mano@roarinelk.homelinux.net>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 92c2db64de9c..3b1c7aa93e75 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -638,6 +638,16 @@ config RTC_DRV_AT91SAM9_GPBR | |||
638 | will be used. The default of zero is normally OK to use, but | 638 | will be used. The default of zero is normally OK to use, but |
639 | on some systems other software needs to use that register. | 639 | on some systems other software needs to use that register. |
640 | 640 | ||
641 | config RTC_DRV_AU1XXX | ||
642 | tristate "Au1xxx Counter0 RTC support" | ||
643 | depends on SOC_AU1X00 | ||
644 | help | ||
645 | This is a driver for the Au1xxx on-chip Counter0 (Time-Of-Year | ||
646 | counter) to be used as a RTC. | ||
647 | |||
648 | This driver can also be built as a module. If so, the module | ||
649 | will be called rtc-au1xxx. | ||
650 | |||
641 | config RTC_DRV_BFIN | 651 | config RTC_DRV_BFIN |
642 | tristate "Blackfin On-Chip RTC" | 652 | tristate "Blackfin On-Chip RTC" |
643 | depends on BLACKFIN && !BF561 | 653 | depends on BLACKFIN && !BF561 |