]> 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 6e859fb7d0dbeda36fe3c5952e9c4874e806ee01..e2ec0994a2e467565ad865b9793ad5b363ddacf4 100644 (file)
@@ -1,12 +1,8 @@
-config POST
-       bool "Power On Self Test support"
-       help
-         See doc/README.POST for more details
-
-menu "Unit tests"
+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.
@@ -36,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
@@ -68,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
@@ -106,8 +108,14 @@ config UT_UNICODE
 
 source "test/dm/Kconfig"
 source "test/env/Kconfig"
+source "test/image/Kconfig"
 source "test/lib/Kconfig"
 source "test/optee/Kconfig"
 source "test/overlay/Kconfig"
 
+config POST
+       bool "Power On Self Test support"
+       help
+         See doc/README.POST for more details
+
 endmenu
This page took 0.024588 seconds and 4 git commands to generate.