diff mbox series

[RFC,3/4] hw/mips/Kconfig: Let boston machine select FDT

Message ID 20201005150845.2124381-4-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
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 mbox series

Patch

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