summaryrefslogtreecommitdiff
path: root/test/Kconfig
diff options
context:
space:
mode:
authorRaymond Mao <[email protected]>2024-10-03 14:50:39 -0700
committerTom Rini <[email protected]>2024-10-14 17:58:52 -0600
commit4e1ca0416bb3bfba7a57fc111a558ea63d8ceb12 (patch)
treee2952c3a24ebd1aab9ed593ddf9acfb7714ca290 /test/Kconfig
parentab58c46584f3aafd47f7c3c123ef96e7c44e873a (diff)
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 <[email protected]> Reviewed-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'test/Kconfig')
-rw-r--r--test/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Kconfig b/test/Kconfig
index e2ec0994a2e..558a9cd49b4 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