commit | facbfffb4d00e854a410b4e17678ac09d76fc6c2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 01 19:15:14 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 18:39:05 2023 -0500 |
tree | 8e61ee96778838cfb0f62860d5a1a6e3420819b9 | |
parent | e85cd12b052b2b4f071ed3914bfa06743b070aee [diff] [blame] |
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 <sjg@chromium.org>
diff --git a/test/Kconfig b/test/Kconfig index c3db727..310fb1b 100644 --- a/test/Kconfig +++ b/test/Kconfig
@@ -32,6 +32,7 @@ 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