Rather than having this condition defined separately for each suite, bracket all options with 'if UNIT_TEST'. Signed-off-by: Simon Glass <sjg@chromium.org>
11 lines
351 B
Plaintext
11 lines
351 B
Plaintext
config UT_FDT_OVERLAY
|
|
bool "Enable Device Tree Overlays Unit Tests"
|
|
depends on OF_CONTROL && SANDBOX
|
|
default y
|
|
select OF_LIBFDT_OVERLAY
|
|
help
|
|
This enables the 'ut overlay' command which runs a series of unit
|
|
tests on the fdt overlay code.
|
|
If all is well then all tests pass although there will be a few
|
|
messages printed along the way.
|