Merge pull request #2154 from balanceTWK/master

[bsp][imxrt] 添加RTC依赖选项 RT_USING_LIBC | add RTC dependency options RT_…
This commit is contained in:
Bernard Xiong 2019-01-17 09:57:39 +08:00 committed by GitHub
commit 9786c2424f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -284,6 +284,7 @@ endmenu
config RT_USING_RTC_HP
bool "Using hp rtc"
select RT_USING_RTC
select RT_USING_LIBC
default n
#endmenu

View File

@ -445,6 +445,7 @@ endmenu
config RT_USING_RTC_HP
bool "Using hp rtc"
select RT_USING_RTC
select RT_USING_LIBC
default n
#endmenu

View File

@ -444,6 +444,7 @@ endmenu
config RT_USING_RTC_HP
bool "Using hp rtc"
select RT_USING_RTC
select RT_USING_LIBC
default n
#endmenu