qemu-devel
[Top][All Lists]
Advanced

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

[RFC PATCH 2/5] Kconfig: Declare 'FDT' host symbol


From: Philippe Mathieu-Daudé
Subject: [RFC PATCH 2/5] Kconfig: Declare 'FDT' host symbol
Date: Tue, 11 May 2021 17:53:51 +0200

The CONFIG_FDT symbol depends on the availability of the
fdt library on the host. To be able to have other symbols
depends on it, declare it symbol in Kconfig.host.

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

diff --git a/Kconfig.host b/Kconfig.host
index 24255ef4419..0a512696865 100644
--- a/Kconfig.host
+++ b/Kconfig.host
@@ -41,3 +41,6 @@ config PVRDMA
 config MULTIPROCESS_ALLOWED
     bool
     imply MULTIPROCESS
+
+config FDT
+    bool
-- 
2.26.3




reply via email to

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