blob: a4f154415db2057b2b9eb9b0fac6bdcfdf2ea200 [file] [log] [blame]
Maxime Ripardf2a99422016-07-05 10:26:46 +02001config UT_OVERLAY
2 bool "Enable Device Tree Overlays Unit Tests"
Heinrich Schuchardt5766a272018-12-14 22:43:48 +01003 depends on UNIT_TEST && OF_CONTROL
4 default y
5 select OF_LIBFDT_OVERLAY
Maxime Ripardf2a99422016-07-05 10:26:46 +02006 help
7 This enables the 'ut overlay' command which runs a series of unit
8 tests on the fdt overlay code.
9 If all is well then all tests pass although there will be a few
10 messages printed along the way.