dm: test: Add a Kconfig file
Add a file to control driver model test features. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
parent
91a91ff804
commit
1967982a95
2
Kconfig
2
Kconfig
@ -166,3 +166,5 @@ source "drivers/Kconfig"
|
|||||||
source "fs/Kconfig"
|
source "fs/Kconfig"
|
||||||
|
|
||||||
source "lib/Kconfig"
|
source "lib/Kconfig"
|
||||||
|
|
||||||
|
source "test/Kconfig"
|
||||||
|
1
test/Kconfig
Normal file
1
test/Kconfig
Normal file
@ -0,0 +1 @@
|
|||||||
|
source "test/dm/Kconfig"
|
8
test/dm/Kconfig
Normal file
8
test/dm/Kconfig
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
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.
|
Loading…
Reference in New Issue
Block a user