]> git.sur5r.net Git - u-boot/blobdiff - test/Kconfig
test: dm: Move the time test over to the ut command
[u-boot] / test / Kconfig
index 3270c84213b033fc666b52d990228f0ce9dc85e1..32a974e28c8a82986bde2b3327933e0c757edff1 100644 (file)
@@ -1,7 +1,11 @@
-config CMD_UT_TIME
+config UNIT_TEST
+       bool
+
+config UT_TIME
        bool "Unit tests for time functions"
+       select UNIT_TEST
        help
-         Enables the 'ut_time' command which tests that the time functions
+         Enables the 'ut time' command which tests that the time functions
          work correctly. The test is fairly simple and will not catch all
          problems. But if you are having problems with udelay() and the like,
          this is a good place to start.