mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-23 12:15:32 +08:00
Merge pull request #2154 from balanceTWK/master
[bsp][imxrt] 添加RTC依赖选项 RT_USING_LIBC | add RTC dependency options RT_…
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user