4 Select this to compile in unit tests for various parts of
5 U-Boot. Test suites will be subcommands of the "ut" command.
6 This does not require sandbox to be included, but it is most
10 bool "Unit tests for library functions"
14 Enables the 'ut lib' command which tests library functions like
15 memcat(), memcyp(), memmove() and ASN1 compiler/decoder.
20 bool "Unit test for asn1 compiler and decoder function"
22 imply ASYMMETRIC_KEY_TYPE
23 imply ASYMMETRIC_PUBLIC_KEY_SUBTYPE
24 imply X509_CERTIFICATE_PARSER
25 imply PKCS7_MESSAGE_PARSER
26 imply RSA_PUBLIC_KEY_PARSER
28 Enables a test which exercises asn1 compiler and decoder function
34 bool "Unit tests for time functions"
37 Enables the 'ut time' command which tests that the time functions
38 work correctly. The test is fairly simple and will not catch all
39 problems. But if you are having problems with udelay() and the like,
40 this is a good place to start.
43 bool "Unit tests for Unicode functions"
47 Enables the 'ut unicode' command which tests that the functions for
48 manipulating Unicode strings work correctly.
50 source "test/dm/Kconfig"
51 source "test/env/Kconfig"
52 source "test/optee/Kconfig"
53 source "test/overlay/Kconfig"