From: Thierry Reding Date: Thu, 21 Mar 2019 18:10:04 +0000 (+0100) Subject: fdtdec: Add Kconfig symbol for tests X-Git-Tag: v2019.07-rc1~25^2~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=54969b40a0a8c5c4adbb230f8c2dd61dd9147889;p=oweals%2Fu-boot.git fdtdec: Add Kconfig symbol for tests 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 Reviewed-by: Simon Glass --- diff --git a/lib/Kconfig b/lib/Kconfig index 8fe5d85a05..2120216593 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -436,4 +436,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