Files
u-boot/test/fdt_overlay/Kconfig
Simon Glass 8cc06e3b50 test: Make all tests depend on UNIT_TEST
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>
2025-02-16 14:11:28 +00:00

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.