From 50ffc11704ec3d4704ce430e9bb8dffadf3e01e9 Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Fri, 15 Dec 2017 14:41:03 +0800 Subject: [PATCH] [BSP] Add board type in imxrt1052-evk bsp --- bsp/imxrt1052-evk/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bsp/imxrt1052-evk/Kconfig b/bsp/imxrt1052-evk/Kconfig index f108d22bf..dc9b8e275 100644 --- a/bsp/imxrt1052-evk/Kconfig +++ b/bsp/imxrt1052-evk/Kconfig @@ -18,6 +18,11 @@ config $PKGS_DIR source "$RTT_DIR/Kconfig" source "$PKGS_DIR/Kconfig" +config BOARD_IMXRT1052_EVK + bool + select ARCH_ARM_CORTEX_M7 + default y + config RT_USING_UART bool "Using RT_USING_UART" default y -- GitLab