From: Raymond Mao Date: Thu, 3 Oct 2024 21:50:39 +0000 (-0700) Subject: test: Remove ASN1 library test X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-logo.png?a=commitdiff_plain;h=4e1ca0416bb3bfba7a57fc111a558ea63d8ceb12;p=u-boot.git test: Remove ASN1 library test With MBEDTLS_LIB_X509 enabled, we don't build the original ASN1 lib, So remove it from test. Signed-off-by: Raymond Mao Reviewed-by: Ilias Apalodimas --- diff --git a/test/Kconfig b/test/Kconfig index e2ec0994a2..558a9cd49b 100644 --- a/test/Kconfig +++ b/test/Kconfig @@ -32,7 +32,7 @@ if UT_LIB config UT_LIB_ASN1 bool "Unit test for asn1 compiler and decoder function" - depends on SANDBOX + depends on SANDBOX && !MBEDTLS_LIB_X509 default y imply ASYMMETRIC_KEY_TYPE imply ASYMMETRIC_PUBLIC_KEY_SUBTYPE