Merge branch 'net' of https://gitlab.denx.de/u-boot/custodians/u-boot-sh
[platform/kernel/u-boot.git] / test / Kconfig
index cb51b46..28704a2 100644 (file)
@@ -28,8 +28,27 @@ config UT_LIB_ASN1
          Enables a test which exercises asn1 compiler and decoder function
          via various parsers.
 
+config UT_LIB_RSA
+       bool "Unit test for rsa_verify() function"
+       depends on RSA
+       depends on RSA_VERIFY_WITH_PKEY
+       select IMAGE_SIGN_INFO
+       default y
+       help
+         Enables rsa_verify() test, currently rsa_verify_with_pkey only()
+         only, at the 'ut lib' command.
+
 endif
 
+config UT_LOG
+       bool "Unit tests for logging functions"
+       depends on UNIT_TEST
+       default y
+       help
+         Enables the 'ut log' command which tests logging functions like
+         log_err().
+         See also CONFIG_LOG_TEST which provides the 'log test' command.
+
 config UT_TIME
        bool "Unit tests for time functions"
        depends on UNIT_TEST