diff options
| author | Viacheslav Mitrofanov <[email protected]> | 2022-12-02 12:18:14 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-05 12:47:17 -0500 |
| commit | 3688cf59278cdcfe7b2695b70f7c944fdf2d1d25 (patch) | |
| tree | 4ba095344ca58dc2527ee6a64af09a3e63eb65fe | |
| parent | e4d30fd110116e503c215c9327fc4332caa4789d (diff) | |
configs: Add IPV6 config to sandbox_defconfig
Allow to use IPV6 tests in sandbox
Signed-off-by: Viacheslav Mitrofanov <[email protected]>
| -rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 07fe0c3a7a4..404e4a3324a 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 |
