aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorDale Farnsworth <dale@farnsworth.org>2007-05-08 03:26:39 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-05-08 14:15:03 -0400
commitaa5bd7e929325dbb48be43c3dccf7d1da433e38e (patch)
tree6014547bca7f692020afe89e2abd51e62d351ab7 /drivers/rtc/Kconfig
parente9f2bd8191a416fbd17e8bfc002dba5411937997 (diff)
rtc: add RTC class driver for the Maxim MAX6900
Signed-off-by: Dale Farnsworth.org <dale@farnsworth.org> Cc: Alessandro Zummo <a.zummo@towertech.it> Cc: David Brownell <david-b@pacbell.net> Cc: Jean Delvare <khali@linux-fr.org> 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 372d74963dd4..1b853c4ff86d 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -334,6 +334,16 @@ config RTC_DRV_TEST
334 This driver can also be built as a module. If so, the module 334 This driver can also be built as a module. If so, the module
335 will be called rtc-test. 335 will be called rtc-test.
336 336
337config RTC_DRV_MAX6900
338 tristate "Maxim 6900"
339 depends on RTC_CLASS && I2C
340 help
341 If you say yes here you will get support for the
342 Maxim MAX6900 I2C RTC chip.
343
344 This driver can also be built as a module. If so, the module
345 will be called rtc-max6900.
346
337config RTC_DRV_MAX6902 347config RTC_DRV_MAX6902
338 tristate "Maxim 6902" 348 tristate "Maxim 6902"
339 depends on RTC_CLASS && SPI 349 depends on RTC_CLASS && SPI