fdtdec: Add Kconfig symbol for tests
authorThierry Reding <treding@nvidia.com>
Thu, 21 Mar 2019 18:10:04 +0000 (19:10 +0100)
committerSimon Glass <sjg@chromium.org>
Fri, 12 Apr 2019 02:10:50 +0000 (20:10 -0600)
commit54969b40a0a8c5c4adbb230f8c2dd61dd9147889
treee00ac636dba73ebc57f7064704a9a3a692dcabed
parent16523ac79081b31741b7f72221a41e1197f051e7
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>
lib/Kconfig