|
@@ -20,7 +20,7 @@ if RTC_CLASS
|
|
|
config RTC_HCTOSYS
|
|
|
bool "Set system time from RTC on startup and resume"
|
|
|
default y
|
|
|
- depends on !HAS_PERSISTENT_CLOCK
|
|
|
+ depends on !ALWAYS_USE_PERSISTENT_CLOCK
|
|
|
help
|
|
|
If you say yes here, the system time (wall clock) will be set using
|
|
|
the value read from a specified RTC device. This is useful to avoid
|
|
@@ -29,7 +29,7 @@ config RTC_HCTOSYS
|
|
|
config RTC_SYSTOHC
|
|
|
bool "Set the RTC time based on NTP synchronization"
|
|
|
default y
|
|
|
- depends on !HAS_PERSISTENT_CLOCK
|
|
|
+ depends on !ALWAYS_USE_PERSISTENT_CLOCK
|
|
|
help
|
|
|
If you say yes here, the system time (wall clock) will be stored
|
|
|
in the RTC specified by RTC_HCTOSYS_DEVICE approximately every 11
|