diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 3de823f2f055..7eb1368d04f6 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -86,4 +86,19 @@ config RTC_DRV_X1205 | |||
86 | This driver can also be built as a module. If so, the module | 86 | This driver can also be built as a module. If so, the module |
87 | will be called rtc-x1205. | 87 | will be called rtc-x1205. |
88 | 88 | ||
89 | config RTC_DRV_TEST | ||
90 | tristate "Test driver/device" | ||
91 | depends on RTC_CLASS | ||
92 | help | ||
93 | If you say yes here you get support for the | ||
94 | RTC test driver. It's a software RTC which can be | ||
95 | used to test the RTC subsystem APIs. It gets | ||
96 | the time from the system clock. | ||
97 | You want this driver only if you are doing development | ||
98 | on the RTC subsystem. Please read the source code | ||
99 | for further details. | ||
100 | |||
101 | This driver can also be built as a module. If so, the module | ||
102 | will be called rtc-test. | ||
103 | |||
89 | endmenu | 104 | endmenu |