qemu-ppc
[Top][All Lists]
Advanced

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

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


From: Paolo Bonzini
Subject: Re: [RFC PATCH 2/5] Kconfig: Declare 'FDT' host symbol
Date: Wed, 12 May 2021 09:37:37 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 11/05/21 17:53, Philippe Mathieu-Daudé wrote:
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


You need to add it to host_kconfig as well, don't you?

Paolo




reply via email to

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