xref: /openbmc/u-boot/test/overlay/Kconfig (revision 7e40d0a3)
1f2a9942fSMaxime Ripardconfig UT_OVERLAY
2f2a9942fSMaxime Ripard	bool "Enable Device Tree Overlays Unit Tests"
3*5766a271SHeinrich Schuchardt	depends on UNIT_TEST && OF_CONTROL
4*5766a271SHeinrich Schuchardt	default y
5*5766a271SHeinrich Schuchardt	select OF_LIBFDT_OVERLAY
6f2a9942fSMaxime Ripard	help
7f2a9942fSMaxime Ripard	  This enables the 'ut overlay' command which runs a series of unit
8f2a9942fSMaxime Ripard	  tests on the fdt overlay code.
9f2a9942fSMaxime Ripard	  If all is well then all tests pass although there will be a few
10f2a9942fSMaxime Ripard	  messages printed along the way.
11