X-Git-Url: https://repo.jachan.dev/J-u-boot.git/blobdiff_plain/0339e81be1784d92d7df94bb332850422b246132..916a4704fc868ef230ad920851e93161eaf995b4:/test/Kconfig diff --git a/test/Kconfig b/test/Kconfig index ca648d23376..e2ec0994a2e 100644 --- a/test/Kconfig +++ b/test/Kconfig @@ -2,6 +2,7 @@ menu "Testing" config UNIT_TEST bool "Unit tests" + depends on CMDLINE help Select this to compile in unit tests for various parts of U-Boot. Test suites will be subcommands of the "ut" command. @@ -31,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 @@ -63,6 +65,11 @@ config UT_LIB_RSA endif +config UT_BOOTSTD + bool "Unit tests for standard boot" + depends on UNIT_TEST && BOOTSTD && SANDBOX + default y + config UT_COMPRESSION bool "Unit test for compression" depends on UNIT_TEST