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 6309df4e2654..499fb9984abe 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -205,6 +205,16 @@ config RTC_DRV_MAX6900 | |||
205 | This driver can also be built as a module. If so, the module | 205 | This driver can also be built as a module. If so, the module |
206 | will be called rtc-max6900. | 206 | will be called rtc-max6900. |
207 | 207 | ||
208 | config RTC_DRV_MAX8907 | ||
209 | tristate "Maxim MAX8907" | ||
210 | depends on MFD_MAX8907 | ||
211 | help | ||
212 | If you say yes here you will get support for the | ||
213 | RTC of Maxim MAX8907 PMIC. | ||
214 | |||
215 | This driver can also be built as a module. If so, the module | ||
216 | will be called rtc-max8907. | ||
217 | |||
208 | config RTC_DRV_MAX8925 | 218 | config RTC_DRV_MAX8925 |
209 | tristate "Maxim MAX8925" | 219 | tristate "Maxim MAX8925" |
210 | depends on MFD_MAX8925 | 220 | depends on MFD_MAX8925 |