From 301ec1ca9d04b3150b9b8c7bdd67dcf8ea159482 Mon Sep 17 00:00:00 2001 From: Masayuki Ishikawa Date: Wed, 21 Jul 2021 13:38:29 +0900 Subject: [PATCH] boards: sim: Update smp/defconfig Summary: - This commit adds CONFIG_STACK_COLORATION=y to smp/defconfig Impact: - None Testing: - Tested with ostest Signed-off-by: Masayuki Ishikawa --- boards/sim/sim/sim/configs/smp/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/sim/sim/sim/configs/smp/defconfig b/boards/sim/sim/sim/configs/smp/defconfig index 4011055737..7c58490cc7 100644 --- a/boards/sim/sim/sim/configs/smp/defconfig +++ b/boards/sim/sim/sim/configs/smp/defconfig @@ -25,6 +25,7 @@ CONFIG_NSH_READLINE=y CONFIG_READLINE_CMD_HISTORY=y CONFIG_SCHED_HAVE_PARENT=y CONFIG_SMP=y +CONFIG_STACK_COLORATION=y CONFIG_SYSTEM_NSH=y CONFIG_SYSTEM_SYSTEM=y CONFIG_SYSTEM_TASKSET=y