Maxime Ripard | f2a9942 | 2016-07-05 10:26:46 +0200 | [diff] [blame] | 1 | config UT_OVERLAY |
| 2 | bool "Enable Device Tree Overlays Unit Tests" |
Heinrich Schuchardt | 5766a27 | 2018-12-14 22:43:48 +0100 | [diff] [blame] | 3 | depends on UNIT_TEST && OF_CONTROL |
| 4 | default y |
| 5 | select OF_LIBFDT_OVERLAY |
Maxime Ripard | f2a9942 | 2016-07-05 10:26:46 +0200 | [diff] [blame] | 6 | 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. |