]> Git Repo - J-u-boot.git/blobdiff - test/Kconfig
test/boot: Make BOOTSTD tests depend on UT_BOOTSTD
[J-u-boot.git] / test / Kconfig
index ca648d23376f9cf50fd2b605f92b450847b77a1e..e2ec0994a2e467565ad865b9793ad5b363ddacf4 100644 (file)
@@ -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
This page took 0.024844 seconds and 4 git commands to generate.