aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 05761de7929b..da60de01f732 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -20,7 +20,7 @@ if RTC_CLASS
20config RTC_HCTOSYS 20config RTC_HCTOSYS
21 bool "Set system time from RTC on startup and resume" 21 bool "Set system time from RTC on startup and resume"
22 default y 22 default y
23 depends on !HAS_PERSISTENT_CLOCK 23 depends on !ALWAYS_USE_PERSISTENT_CLOCK
24 help 24 help
25 If you say yes here, the system time (wall clock) will be set using 25 If you say yes here, the system time (wall clock) will be set using
26 the value read from a specified RTC device. This is useful to avoid 26 the value read from a specified RTC device. This is useful to avoid
@@ -29,7 +29,7 @@ config RTC_HCTOSYS
29config RTC_SYSTOHC 29config RTC_SYSTOHC
30 bool "Set the RTC time based on NTP synchronization" 30 bool "Set the RTC time based on NTP synchronization"
31 default y 31 default y
32 depends on !HAS_PERSISTENT_CLOCK 32 depends on !ALWAYS_USE_PERSISTENT_CLOCK
33 help 33 help
34 If you say yes here, the system time (wall clock) will be stored 34 If you say yes here, the system time (wall clock) will be stored
35 in the RTC specified by RTC_HCTOSYS_DEVICE approximately every 11 35 in the RTC specified by RTC_HCTOSYS_DEVICE approximately every 11