From 6859c91ea4fb69c3060a0f4cab7a01c0e35599f2 Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Wed, 10 Oct 2012 15:54:06 -0700 Subject: [PATCH] --- yaml --- r: 333273 b: refs/heads/master c: 8dc0839510ed4a7c594386ef58446b014fb4c27a h: refs/heads/master i: 333271: 9448a70e917e8a1f54ae8e5a0a9f972c40b82e77 v: v3 --- [refs] | 2 +- trunk/drivers/rtc/Kconfig | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index ff87b362d11a..cc1bf65f9dc4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fdb8d561e6fb8538e320554b991ed183b19ddc83 +refs/heads/master: 8dc0839510ed4a7c594386ef58446b014fb4c27a diff --git a/trunk/drivers/rtc/Kconfig b/trunk/drivers/rtc/Kconfig index e069f176a82d..19c03ab2bdcb 100644 --- a/trunk/drivers/rtc/Kconfig +++ b/trunk/drivers/rtc/Kconfig @@ -59,6 +59,7 @@ comment "RTC interfaces" config RTC_INTF_SYSFS boolean "/sys/class/rtc/rtcN (sysfs)" depends on SYSFS + default RTC_CLASS help Say yes here if you want to use your RTCs using sysfs interfaces, /sys/class/rtc/rtc0 through /sys/.../rtcN. @@ -68,6 +69,7 @@ config RTC_INTF_SYSFS config RTC_INTF_PROC boolean "/proc/driver/rtc (procfs for rtcN)" depends on PROC_FS + default RTC_CLASS help Say yes here if you want to use your system clock RTC through the proc interface, /proc/driver/rtc. @@ -79,6 +81,7 @@ config RTC_INTF_PROC config RTC_INTF_DEV boolean "/dev/rtcN (character devices)" + default RTC_CLASS help Say yes here if you want to use your RTCs using the /dev interfaces, which "udev" sets up as /dev/rtc0 through