commit | 086b8843b914d337f8e647e31da3d0870ad1fe83 | [log] [tgz] |
---|---|---|
author | Viacheslav Mitrofanov <v.v.mitrofanov@yadro.com> | Fri Dec 02 12:18:14 2022 +0300 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 05 12:47:17 2022 -0500 |
tree | 4ba095344ca58dc2527ee6a64af09a3e63eb65fe | |
parent | 5c8e0a6f928a34a35ca052c5b5da16fc3f8a547c [diff] [blame] |
configs: Add IPV6 config to sandbox_defconfig Allow to use IPV6 tests in sandbox Signed-off-by: Viacheslav Mitrofanov <v.v.mitrofanov@yadro.com>
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 07fe0c3..404e4a3 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig
@@ -333,3 +333,4 @@ CONFIG_UNIT_TEST=y CONFIG_UT_TIME=y CONFIG_UT_DM=y +CONFIG_IPV6=y