
12 Mar
2019
12 Mar
'19
2:01 p.m.
From: Thierry Reding treding@nvidia.com
Runtime tests are provided as a test_fdtdec command implementation. Add a Kconfig symbol that allows this command to be built so that the tests can be used.
Signed-off-by: Thierry Reding treding@nvidia.com --- Changes in v2: - new patch
lib/Kconfig | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/lib/Kconfig b/lib/Kconfig index 366d164cd760..b1fccf7e8dff 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -423,4 +423,8 @@ source lib/efi/Kconfig source lib/efi_loader/Kconfig source lib/optee/Kconfig
+config TEST_FDTDEC + bool "enable fdtdec test" + depends on OF_LIBFDT + endmenu
--
2.20.1