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 8e4dc32058d6..3de823f2f055 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -76,4 +76,14 @@ config RTC_INTF_DEV | |||
76 | comment "RTC drivers" | 76 | comment "RTC drivers" |
77 | depends on RTC_CLASS | 77 | depends on RTC_CLASS |
78 | 78 | ||
79 | config RTC_DRV_X1205 | ||
80 | tristate "Xicor/Intersil X1205" | ||
81 | depends on RTC_CLASS && I2C | ||
82 | help | ||
83 | If you say yes here you get support for the | ||
84 | Xicor/Intersil X1205 RTC chip. | ||
85 | |||
86 | This driver can also be built as a module. If so, the module | ||
87 | will be called rtc-x1205. | ||
88 | |||
79 | endmenu | 89 | endmenu |