summaryrefslogtreecommitdiff
path: root/test/fdt_overlay/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'test/fdt_overlay/Kconfig')
-rw-r--r--test/fdt_overlay/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/fdt_overlay/Kconfig b/test/fdt_overlay/Kconfig
new file mode 100644
index 00000000000..c50b8822544
--- /dev/null
+++ b/test/fdt_overlay/Kconfig
@@ -0,0 +1,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.