diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index de3352658654..0309fb368758 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -96,6 +96,17 @@ config RTC_DRV_DS1672 | |||
96 | This driver can also be built as a module. If so, the module | 96 | This driver can also be built as a module. If so, the module |
97 | will be called rtc-ds1672. | 97 | will be called rtc-ds1672. |
98 | 98 | ||
99 | config RTC_DRV_PCF8563 | ||
100 | tristate "Philips PCF8563/Epson RTC8564" | ||
101 | depends on RTC_CLASS && I2C | ||
102 | help | ||
103 | If you say yes here you get support for the | ||
104 | Philips PCF8563 RTC chip. The Epson RTC8564 | ||
105 | should work as well. | ||
106 | |||
107 | This driver can also be built as a module. If so, the module | ||
108 | will be called rtc-pcf8563. | ||
109 | |||
99 | config RTC_DRV_TEST | 110 | config RTC_DRV_TEST |
100 | tristate "Test driver/device" | 111 | tristate "Test driver/device" |
101 | depends on RTC_CLASS | 112 | depends on RTC_CLASS |