From a9cb5151c826008cdd93cd69c00370b985c3fd3c Mon Sep 17 00:00:00 2001 From: BalanceTWK Date: Fri, 4 Jan 2019 21:40:14 +0800 Subject: [PATCH] =?UTF-8?q?[bsp][imxrt]=20=E6=B7=BB=E5=8A=A0RTC=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E9=80=89=E9=A1=B9=20RT=5FUSING=5FLIBC=20|=20add=20RTC?= =?UTF-8?q?=20dependency=20options=20RT=5FUSING=5FLIBC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/imxrt/imxrt1050-ArchMix/Kconfig | 1 + bsp/imxrt/imxrt1050-evk/Kconfig | 1 + bsp/imxrt1052-evk/Kconfig | 1 + 3 files changed, 3 insertions(+) diff --git a/bsp/imxrt/imxrt1050-ArchMix/Kconfig b/bsp/imxrt/imxrt1050-ArchMix/Kconfig index 6aa07d476..6d1046062 100644 --- a/bsp/imxrt/imxrt1050-ArchMix/Kconfig +++ b/bsp/imxrt/imxrt1050-ArchMix/Kconfig @@ -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 diff --git a/bsp/imxrt/imxrt1050-evk/Kconfig b/bsp/imxrt/imxrt1050-evk/Kconfig index 6a9e20246..7f15d5c9f 100644 --- a/bsp/imxrt/imxrt1050-evk/Kconfig +++ b/bsp/imxrt/imxrt1050-evk/Kconfig @@ -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 diff --git a/bsp/imxrt1052-evk/Kconfig b/bsp/imxrt1052-evk/Kconfig index b2e97fc33..b76ec359e 100644 --- a/bsp/imxrt1052-evk/Kconfig +++ b/bsp/imxrt1052-evk/Kconfig @@ -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 -- GitLab