From aa5bd7e929325dbb48be43c3dccf7d1da433e38e Mon Sep 17 00:00:00 2001 From: Dale Farnsworth Date: Tue, 8 May 2007 00:26:39 -0700 Subject: rtc: add RTC class driver for the Maxim MAX6900 Signed-off-by: Dale Farnsworth.org Cc: Alessandro Zummo Cc: David Brownell Cc: Jean Delvare Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/rtc/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'drivers/rtc/Kconfig') 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 -- cgit v1.2.3