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 <treding@nvidia.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
16523ac790
commit
54969b40a0
@ -436,4 +436,8 @@ source lib/efi/Kconfig
|
|||||||
source lib/efi_loader/Kconfig
|
source lib/efi_loader/Kconfig
|
||||||
source lib/optee/Kconfig
|
source lib/optee/Kconfig
|
||||||
|
|
||||||
|
config TEST_FDTDEC
|
||||||
|
bool "enable fdtdec test"
|
||||||
|
depends on OF_LIBFDT
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
Loading…
Reference in New Issue
Block a user