diff mbox series

[RFC,1/4] Kconfig.host: Declare FDT symbol

Message ID 20201005150845.2124381-2-philmd@redhat.com
State New
Headers show
Series hw: Have some targets select FDT on a per-machine basis | expand

Commit Message

Philippe Mathieu-Daudé Oct. 5, 2020, 3:08 p.m. UTC
Declare FDT symbol in the root Kconfig as it is
- dependent of libfdt
- used by various targets

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

Patch

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