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 37ee69f57a0b..94746cfac7b5 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -217,4 +217,14 @@ config RTC_DRV_TEST | |||
217 | This driver can also be built as a module. If so, the module | 217 | This driver can also be built as a module. If so, the module |
218 | will be called rtc-test. | 218 | will be called rtc-test. |
219 | 219 | ||
220 | config RTC_DRV_MAX6902 | ||
221 | tristate "Maxim 6902" | ||
222 | depends on RTC_CLASS && SPI | ||
223 | help | ||
224 | If you say yes here you will get support for the | ||
225 | Maxim MAX6902 spi RTC chip. | ||
226 | |||
227 | This driver can also be built as a module. If so, the module | ||
228 | will be called rtc-max6902. | ||
229 | |||
220 | endmenu | 230 | endmenu |