]> git.sur5r.net Git - u-boot/blobdiff - test/dm/Kconfig
test: dm: Move the dm tests over to the ut command
[u-boot] / test / dm / Kconfig
index 3ca154fcc56bcb7cbc2701e9e7d60b30b56df9dc..0fa3074e9df1e66468e6a081ca4d4a58fe90ed1b 100644 (file)
@@ -1,9 +1,9 @@
-config DM_TEST
-       bool "Enable driver model test command"
-       depends on SANDBOX && CMD_DM
+config UT_DM
+       bool "Enable driver model unit test command"
+       depends on SANDBOX
        select UNIT_TEST
        help
-         This enables the 'dm test' command which runs a series of unit
+         This enables the 'ut dm' command which runs a series of unit
          tests on the driver model code. Each subsystem (uclass) is tested.
          If all is well then all tests pass although there will be a few
          messages printed along the way.