aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorThomas Hommel <thomas.hommel@gefanuc.com>2007-07-21 07:37:58 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-21 20:49:17 -0400
commit029641151bfede0930a79ecabb2572dc27a3c86f (patch)
treeb986836a6beb0de893baa05e5dfa8fb8ed85e5bd /drivers/rtc/Kconfig
parent8a2601f6aa837903bfb385b138b50b1e305f3e04 (diff)
rtc: add support for STK17TA8 chip
This patch adds support for the Simtek STK17TA8 timekeeping chip. The STK17TA8 is quite similar to the DS1553, but differs in register layout and in various control bits in the registers. I chose to make this a new driver to avoid confusion in the code and to not get lost in #ifdefs. Signed-off-by: Thomas Hommel <thomas.hommel@gefanuc.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 505f512ac254..9d8d40d5c8f7 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -308,6 +308,16 @@ config RTC_DRV_DS1553
308 This driver can also be built as a module. If so, the module 308 This driver can also be built as a module. If so, the module
309 will be called rtc-ds1553. 309 will be called rtc-ds1553.
310 310
311config RTC_DRV_STK17TA8
312 tristate "Simtek STK17TA8"
313 depends on RTC_CLASS
314 help
315 If you say yes here you get support for the
316 Simtek STK17TA8 timekeeping chip.
317
318 This driver can also be built as a module. If so, the module
319 will be called rtc-stk17ta8.
320
311config RTC_DRV_DS1742 321config RTC_DRV_DS1742
312 tristate "Dallas DS1742/1743" 322 tristate "Dallas DS1742/1743"
313 depends on RTC_CLASS 323 depends on RTC_CLASS