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 a256f67b78e4..824499920485 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -40,6 +40,17 @@ config RTC_HCTOSYS_DEVICE | |||
40 | comment "RTC interfaces" | 40 | comment "RTC interfaces" |
41 | depends on RTC_CLASS | 41 | depends on RTC_CLASS |
42 | 42 | ||
43 | config RTC_INTF_SYSFS | ||
44 | tristate "sysfs" | ||
45 | depends on RTC_CLASS && SYSFS | ||
46 | default RTC_CLASS | ||
47 | help | ||
48 | Say yes here if you want to use your RTC using the sysfs | ||
49 | interface, /sys/class/rtc/rtcX . | ||
50 | |||
51 | This driver can also be built as a module. If so, the module | ||
52 | will be called rtc-sysfs. | ||
53 | |||
43 | comment "RTC drivers" | 54 | comment "RTC drivers" |
44 | depends on RTC_CLASS | 55 | depends on RTC_CLASS |
45 | 56 | ||