[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC PATCH 3/4] hw/mips/Kconfig: Let boston machine select FDT
From: |
Philippe Mathieu-Daudé |
Subject: |
[RFC PATCH 3/4] hw/mips/Kconfig: Let boston machine select FDT |
Date: |
Mon, 5 Oct 2020 17:08:44 +0200 |
The 'boston' machine is the only MIPS one using QEMU FDT API.
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
hw/mips/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig
index 67d39c56a4..faf4c3a606 100644
--- a/hw/mips/Kconfig
+++ b/hw/mips/Kconfig
@@ -51,3 +51,4 @@ config MIPS_CPS
config MIPS_BOSTON
bool
+ select FDT
--
2.26.2