diff --git a/components/drivers/Kconfig b/components/drivers/Kconfig index 824b3e00da646f79dbc46d077e78c922cec963c8..f3b814fa086b7973fb3f69b475823145422dddbb 100755 --- a/components/drivers/Kconfig +++ b/components/drivers/Kconfig @@ -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