[components] remove libc dependency in ulog and RTC driver.

This commit is contained in:
armink 2019-11-14 18:09:55 +08:00
parent 69e8c0324e
commit e59339e4b8
2 changed files with 0 additions and 2 deletions

View File

@ -125,7 +125,6 @@ config RT_USING_PM
config RT_USING_RTC
bool "Using RTC device drivers"
select RT_USING_LIBC
default n
if RT_USING_RTC

View File

@ -146,7 +146,6 @@ config RT_USING_ULOG
config ULOG_TIME_USING_TIMESTAMP
bool "Enable timestamp format for time."
default n
select RT_USING_LIBC
depends on ULOG_OUTPUT_TIME
config ULOG_OUTPUT_LEVEL