This commit enables the software ecdsa driver so ecdsa may by used to check fit signature.
Signed-off-by: Philippe Reynes <[email protected]> --- v2: - initial version configs/sandbox_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 4ee7ffa8bc3..2804b530211 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -398,3 +398,4 @@ CONFIG_UTHREAD=y CONFIG_UNIT_TEST=y CONFIG_UT_TIME=y CONFIG_UT_DM=y +CONFIG_ECDSA_SW=y -- 2.43.0

