aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorHans-Christian Egtvedt <hcegtvedt@atmel.com>2007-07-17 07:05:00 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-17 13:23:09 -0400
commitfa04e78b2d44cb923177d7e6988ac32639beb2d0 (patch)
tree12a3f9970ba4839002a1b121f17bc7d6b8966343 /drivers/rtc/Kconfig
parentac495bf8971f2dc9d401d892849977e86633ced6 (diff)
Driver for the Atmel on-chip RTC on AT32AP700x devices
Tested on the AT32AP7000/ATSTK1000. Driver does only suport time, wake up and a very simple alarm, because of hardware limitations. Hardware documentation can be found in the AT32AP7000 data sheet, which can be downloaded from http://www.atmel.com/dyn/products/datasheets.asp?family_id=682 From: David Brownell <david-b@pacbell.net> - Strike some alarm setup code that's no longer needed. (This patch seems to have gotten lost somewhere...) - Make the driver name (and its module alias) match what the platform setup code uses, so the driver can bind and hotplug. [akpm@linux-foundation.org: fix several checkpatch.pl warnings] Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com> Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> Cc: Alessandro Zummo <a.zummo@towertech.it> Signed-off-by: David Brownell <dbrownell@users.sourceforge.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/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 905d3308253b..d2bd8de9403f 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -379,6 +379,13 @@ config RTC_DRV_PL031
379 To compile this driver as a module, choose M here: the 379 To compile this driver as a module, choose M here: the
380 module will be called rtc-pl031. 380 module will be called rtc-pl031.
381 381
382config RTC_DRV_AT32AP700X
383 tristate "AT32AP700X series RTC"
384 depends on RTC_CLASS && PLATFORM_AT32AP
385 help
386 Driver for the internal RTC (Realtime Clock) on Atmel AVR32
387 AT32AP700x family processors.
388
382config RTC_DRV_AT91RM9200 389config RTC_DRV_AT91RM9200
383 tristate "AT91RM9200" 390 tristate "AT91RM9200"
384 depends on RTC_CLASS && ARCH_AT91RM9200 391 depends on RTC_CLASS && ARCH_AT91RM9200