From: Simon Glass Date: Mon, 2 Oct 2023 01:15:14 +0000 (-0600) Subject: test: Make UT_LIB_ASN1 depend on sandbox X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=f2311519caf7fcf98afccd68a8922bf6a8cea2fc;p=u-boot.git test: Make UT_LIB_ASN1 depend on sandbox This doesn't seem to work on a real board, so use the test on sandbox only. Signed-off-by: Simon Glass --- diff --git a/test/Kconfig b/test/Kconfig index c3db727c58..310fb1ba6e 100644 --- a/test/Kconfig +++ b/test/Kconfig @@ -32,6 +32,7 @@ if UT_LIB config UT_LIB_ASN1 bool "Unit test for asn1 compiler and decoder function" + depends on SANDBOX default y imply ASYMMETRIC_KEY_TYPE imply ASYMMETRIC_PUBLIC_KEY_SUBTYPE