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 824499920485..200fb06b788a 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -51,6 +51,17 @@ config RTC_INTF_SYSFS | |||
51 | This driver can also be built as a module. If so, the module | 51 | This driver can also be built as a module. If so, the module |
52 | will be called rtc-sysfs. | 52 | will be called rtc-sysfs. |
53 | 53 | ||
54 | config RTC_INTF_PROC | ||
55 | tristate "proc" | ||
56 | depends on RTC_CLASS && PROC_FS | ||
57 | default RTC_CLASS | ||
58 | help | ||
59 | Say yes here if you want to use your RTC using the proc | ||
60 | interface, /proc/driver/rtc . | ||
61 | |||
62 | This driver can also be built as a module. If so, the module | ||
63 | will be called rtc-proc. | ||
64 | |||
54 | comment "RTC drivers" | 65 | comment "RTC drivers" |
55 | depends on RTC_CLASS | 66 | depends on RTC_CLASS |
56 | 67 | ||