From 3688cf59278cdcfe7b2695b70f7c944fdf2d1d25 Mon Sep 17 00:00:00 2001 From: Viacheslav Mitrofanov Date: Fri, 2 Dec 2022 12:18:14 +0300 Subject: [PATCH] configs: Add IPV6 config to sandbox_defconfig Allow to use IPV6 tests in sandbox Signed-off-by: Viacheslav Mitrofanov --- configs/sandbox_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 07fe0c3a7a..404e4a3324 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -333,3 +333,4 @@ CONFIG_TEST_FDTDEC=y CONFIG_UNIT_TEST=y CONFIG_UT_TIME=y CONFIG_UT_DM=y +CONFIG_IPV6=y -- 2.39.5