xref: /OK3568_Linux_fs/u-boot/test/dm/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig UT_DM
2*4882a593Smuzhiyun	bool "Enable driver model unit test command"
3*4882a593Smuzhiyun	depends on SANDBOX && UNIT_TEST
4*4882a593Smuzhiyun	help
5*4882a593Smuzhiyun	  This enables the 'ut dm' command which runs a series of unit
6*4882a593Smuzhiyun	  tests on the driver model code. Each subsystem (uclass) is tested.
7*4882a593Smuzhiyun	  If all is well then all tests pass although there will be a few
8*4882a593Smuzhiyun	  messages printed along the way.
9