aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 200fb06b788a..8e4dc32058d6 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -62,6 +62,17 @@ config RTC_INTF_PROC
62 This driver can also be built as a module. If so, the module 62 This driver can also be built as a module. If so, the module
63 will be called rtc-proc. 63 will be called rtc-proc.
64 64
65config RTC_INTF_DEV
66 tristate "dev"
67 depends on RTC_CLASS
68 default RTC_CLASS
69 help
70 Say yes here if you want to use your RTC using the dev
71 interface, /dev/rtc .
72
73 This driver can also be built as a module. If so, the module
74 will be called rtc-dev.
75
65comment "RTC drivers" 76comment "RTC drivers"
66 depends on RTC_CLASS 77 depends on RTC_CLASS
67 78