Declare FDT symbol in the root Kconfig as it is
- dependent of libfdt
- used by various targets

Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com>
---
 Kconfig.host | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Kconfig.host b/Kconfig.host
index a9a55a9c31..c07a27220f 100644
--- a/Kconfig.host
+++ b/Kconfig.host
@@ -37,3 +37,7 @@ config VIRTFS
 
 config PVRDMA
     bool
+
+config FDT
+    bool
+    #depends on LIBFDT
-- 
2.26.2


Reply via email to