blob: 640421c2a7978d90c6aa1e1cc170ec11e905964e [file] [log] [blame]
Joe Hershberger9dc1d712015-05-20 14:27:29 -05001config UT_DM
2 bool "Enable driver model unit test command"
Simon Glasse36afcd2025-02-07 11:30:43 -07003 depends on SANDBOX
Simon Glass9dd430d2015-02-05 21:41:37 -07004 help
Joe Hershberger9dc1d712015-05-20 14:27:29 -05005 This enables the 'ut dm' command which runs a series of unit
Simon Glass9dd430d2015-02-05 21:41:37 -07006 tests on the driver model code. Each subsystem (uclass) is tested.
7 If all is well then all tests pass although there will be a few
8 messages printed along the way.