summaryrefslogtreecommitdiff
path: root/test/fdt_overlay/Kconfig
blob: c50b882254428622c9792e2239d4dbaa91166c4e (plain)
1
2
3
4
5
6
7
8
9
10
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.