Merge branch '2019-10-11-master-imports'
[oweals/u-boot.git] / test / Kconfig
index de16d179d0797940c540466ee51775eec0a23079..48a0e501f88f63aff0a53a5eb67de09219f8d886 100644 (file)
@@ -6,6 +6,14 @@ menuconfig UNIT_TEST
          This does not require sandbox to be included, but it is most
          often used there.
 
+config UT_LIB
+       bool "Unit tests for library functions"
+       depends on UNIT_TEST
+       default y
+       help
+         Enables the 'ut lib' command which tests library functions like
+         memcat(), memcyp(), memmove().
+
 config UT_TIME
        bool "Unit tests for time functions"
        depends on UNIT_TEST