From fcdd5d197fa052a30e82f4b4f870fe3b5ba18b2b Mon Sep 17 00:00:00 2001 From: tangweikang Date: Thu, 14 Mar 2019 18:05:31 +0800 Subject: [PATCH] =?UTF-8?q?[components]=20=E6=B7=BB=E5=8A=A0=20RT=5FUSING?= =?UTF-8?q?=5FALARM=20=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/drivers/Kconfig | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/components/drivers/Kconfig b/components/drivers/Kconfig index 137402489a..4975f575fa 100755 --- a/components/drivers/Kconfig +++ b/components/drivers/Kconfig @@ -129,22 +129,27 @@ config RT_USING_RTC default n if 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 + config RT_USING_ALARM + bool "Using RTC alarm" + default n + + 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 + 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 -- GitLab