]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - test/dm/Kconfig
test: Generalize the unit test framework
[karo-tx-uboot.git] / test / dm / Kconfig
index a9d0298e0d02c48bee81b85db1d2d33a0730525e..3ca154fcc56bcb7cbc2701e9e7d60b30b56df9dc 100644 (file)
@@ -1,6 +1,7 @@
 config DM_TEST
        bool "Enable driver model test command"
        depends on SANDBOX && CMD_DM
+       select UNIT_TEST
        help
          This enables the 'dm test' command which runs a series of unit
          tests on the driver model code. Each subsystem (uclass) is tested.