diff options
| author | Simon Glass <[email protected]> | 2023-10-01 19:15:14 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-12-13 18:39:05 -0500 |
| commit | f2311519caf7fcf98afccd68a8922bf6a8cea2fc (patch) | |
| tree | 8e61ee96778838cfb0f62860d5a1a6e3420819b9 /test/Kconfig | |
| parent | 30a75e77946b8b2f4ed26e207bba3e4828629fee (diff) | |
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 <[email protected]>
Diffstat (limited to 'test/Kconfig')
| -rw-r--r-- | test/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Kconfig b/test/Kconfig index c3db727c58e..310fb1ba6ea 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 |
