qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Philippe Mathieu-Daudé
Subject: [RFC PATCH 1/4] Kconfig.host: Declare FDT symbol
Date: Mon, 5 Oct 2020 17:08:42 +0200

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 --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

[Prev in Thread] Current Thread [Next in Thread]