소스 검색

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

armink 5 년 전
부모
커밋
e59339e4b8
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      components/drivers/Kconfig
  2. 0 1
      components/utilities/Kconfig

+ 0 - 1
components/drivers/Kconfig

@@ -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

+ 0 - 1
components/utilities/Kconfig

@@ -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