diff options
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 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 | ||
337 | config 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 | |||
337 | config RTC_DRV_MAX6902 | 347 | config RTC_DRV_MAX6902 |
338 | tristate "Maxim 6902" | 348 | tristate "Maxim 6902" |
339 | depends on RTC_CLASS && SPI | 349 | depends on RTC_CLASS && SPI |