mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-05 21:41:43 +00:00
Merge pull request #1978 from Lawlieta/develop
[drivers] Modify RTC_SYNC_USING_NTP depends on PKG_NETUTILS_NTP
This commit is contained in:
@@ -118,9 +118,8 @@ config RT_USING_RTC
|
||||
default n
|
||||
config RTC_SYNC_USING_NTP
|
||||
bool "Using NTP auto sync RTC time"
|
||||
select PKG_USING_NETUTILS
|
||||
select PKG_NETUTILS_NTP
|
||||
default n
|
||||
depends on PKG_NETUTILS_NTP
|
||||
default y
|
||||
|
||||
if RTC_SYNC_USING_NTP
|
||||
config RTC_NTP_FIRST_SYNC_DELAY
|
||||
|
||||
Reference in New Issue
Block a user