diff options
author | Dale Farnsworth <dale@farnsworth.org> | 2007-05-08 00:26:39 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 11:15:03 -0700 |
commit | aa5bd7e929325dbb48be43c3dccf7d1da433e38e (patch) | |
tree | 6014547bca7f692020afe89e2abd51e62d351ab7 /drivers/rtc/Kconfig | |
parent | e9f2bd8191a416fbd17e8bfc002dba5411937997 (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/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 372d74963dd..1b853c4ff86 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -334,6 +334,16 @@ config RTC_DRV_TEST This driver can also be built as a module. If so, the module will be called rtc-test. +config RTC_DRV_MAX6900 + tristate "Maxim 6900" + depends on RTC_CLASS && I2C + help + If you say yes here you will get support for the + Maxim MAX6900 I2C RTC chip. + + This driver can also be built as a module. If so, the module + will be called rtc-max6900. + config RTC_DRV_MAX6902 tristate "Maxim 6902" depends on RTC_CLASS && SPI |