Merge tag 'for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c
[oweals/u-boot.git] / test / dm / Kconfig
index a9d0298e0d02c48bee81b85db1d2d33a0730525e..e5b341e523af151bb164b81c4b86557818c501d3 100644 (file)
@@ -1,8 +1,8 @@
-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 && 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.