diff mbox series

[RFC,4/4] hw/rx/Kconfig: Let gdbsim machine select FDT

Message ID 20201005150845.2124381-5-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 'gdbsim' machine uses QEMU FDT API.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 hw/rx/Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/hw/rx/Kconfig b/hw/rx/Kconfig
index 2b297c5a6a..d1b1645ea5 100644
--- a/hw/rx/Kconfig
+++ b/hw/rx/Kconfig
@@ -8,3 +8,4 @@  config RX62N_MCU
 config RX_GDBSIM
     bool
     select RX62N_MCU
+    select FDT