4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-12 16:09:18 +08:00

Merge pull request #2451 from balanceTWK/rtt_master

[components] 添加 RT_USING_ALARM 选项
This commit is contained in:
Bernard Xiong 2019-03-14 20:20:58 +08:00 committed by GitHub
commit 38ffaf806c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,9 +129,14 @@ config RT_USING_RTC
default n default n
if RT_USING_RTC if RT_USING_RTC
config RT_USING_ALARM
bool "Using RTC alarm"
default n
config RT_USING_SOFT_RTC config RT_USING_SOFT_RTC
bool "Using software simulation RTC device" bool "Using software simulation RTC device"
default n default n
config RTC_SYNC_USING_NTP config RTC_SYNC_USING_NTP
bool "Using NTP auto sync RTC time" bool "Using NTP auto sync RTC time"
depends on PKG_NETUTILS_NTP depends on PKG_NETUTILS_NTP