xref: /rk3399_rockchip-uboot/test/overlay/Kconfig (revision fb9765d5f9a1fbe7ca9c472cca9ceb561b02c1a1)
1config UT_OVERLAY
2	bool "Enable Device Tree Overlays Unit Tests"
3	depends on OF_LIBFDT_OVERLAY
4	depends on UNIT_TEST
5	help
6	  This enables the 'ut overlay' command which runs a series of unit
7	  tests on the fdt overlay code.
8	  If all is well then all tests pass although there will be a few
9	  messages printed along the way.
10	  Be warned that it requires an out-of-tree dtc compiler with patches
11	  to support the DT overlays, otherwise it will fail.
12