Browse Source

[Kconfig][driver]删除NTP相关配置

Meco Man 4 years ago
parent
commit
7e7066f741
1 changed files with 0 additions and 14 deletions
  1. 0 14
      components/drivers/Kconfig

+ 0 - 14
components/drivers/Kconfig

@@ -153,20 +153,6 @@ config RT_USING_RTC
         config RT_USING_SOFT_RTC
             bool "Using software simulation RTC device"
             default n
-
-        config RTC_SYNC_USING_NTP
-            bool "Using NTP auto sync RTC time"
-            depends on PKG_NETUTILS_NTP
-            default y
-
-            if RTC_SYNC_USING_NTP
-                config RTC_NTP_FIRST_SYNC_DELAY
-                    int "NTP first sync delay time(second) for network connect"
-                    default 30
-                config RTC_NTP_SYNC_PERIOD
-                    int "NTP auto sync period(second)"
-                    default 3600
-           endif
     endif
 
 config RT_USING_SDIO