From: Viacheslav Mitrofanov Date: Fri, 2 Dec 2022 09:18:14 +0000 (+0300) Subject: configs: Add IPV6 config to sandbox_defconfig X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=3688cf59278cdcfe7b2695b70f7c944fdf2d1d25;p=u-boot.git configs: Add IPV6 config to sandbox_defconfig Allow to use IPV6 tests in sandbox Signed-off-by: Viacheslav Mitrofanov --- 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