Skip to content
Snippets Groups Projects
Commit 1967982a authored by Simon Glass's avatar Simon Glass
Browse files

dm: test: Add a Kconfig file


Add a file to control driver model test features.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
parent 91a91ff8
No related branches found
No related tags found
No related merge requests found
...@@ -166,3 +166,5 @@ source "drivers/Kconfig" ...@@ -166,3 +166,5 @@ source "drivers/Kconfig"
source "fs/Kconfig" source "fs/Kconfig"
source "lib/Kconfig" source "lib/Kconfig"
source "test/Kconfig"
source "test/dm/Kconfig"
config DM_TEST
bool "Enable driver model test command"
depends on SANDBOX && CMD_DM
help
This enables the 'dm test' 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment