aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorWu, Bryan <bryan.wu@analog.com>2007-05-06 17:50:32 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-05-07 15:12:58 -0400
commit8cc75c9a1498913d668b6d3559940c6837cee8bf (patch)
tree1eafc75f1f5481ed809959024edb64f83c96fdf2 /drivers/rtc/Kconfig
parent0851a2848cfd40012063ca9cf86fb67b7bebceff (diff)
Blackfin: on-chip RTC controller driver
This patch implements the driver necessary use the Analog Devices Blackfin processor's on-chip RTC controller. Signed-off-by: Bryan Wu <bryan.wu@analog.com> Cc: 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/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 95826b92ca4b..ef1eae98ba44 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -354,4 +354,14 @@ config RTC_DRV_V3020
354 This driver can also be built as a module. If so, the module 354 This driver can also be built as a module. If so, the module
355 will be called rtc-v3020. 355 will be called rtc-v3020.
356 356
357config RTC_DRV_BFIN
358 tristate "Blackfin On-Chip RTC"
359 depends on RTC_CLASS && BFIN
360 help
361 If you say yes here you will get support for the
362 Blackfin On-Chip Real Time Clock.
363
364 This driver can also be built as a module. If so, the module
365 will be called rtc-bfin.
366
357endmenu 367endmenu