aboutsummaryrefslogtreecommitdiff
path: root/hw/m68k/Kconfig
diff options
context:
space:
mode:
authorLaurent Vivier <laurent@vivier.eu>2021-03-12 22:41:45 +0100
committerLaurent Vivier <laurent@vivier.eu>2021-03-15 21:03:06 +0100
commite1cecdca559d552bc5ab282696301858a97c3e8c (patch)
treeee059da7eadb4163b804e331c89f5b0c71601046 /hw/m68k/Kconfig
parent0791bc02b8fbf9d55626b57f45255ba1b6ea83d5 (diff)
downloadqemu-e1cecdca559d552bc5ab282696301858a97c3e8c.zip
qemu-e1cecdca559d552bc5ab282696301858a97c3e8c.tar.gz
qemu-e1cecdca559d552bc5ab282696301858a97c3e8c.tar.bz2
m68k: add Virtual M68k Machine
The machine is based on Goldfish interfaces defined by Google for Android simulator. It uses Goldfish-rtc (timer and RTC), Goldfish-pic (PIC) and Goldfish-tty (for serial port and early tty). The machine is created with 128 virtio-mmio bus, and they can be used to use serial console, GPU, disk, NIC, HID, ... Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210312214145.2936082-6-laurent@vivier.eu>
Diffstat (limited to 'hw/m68k/Kconfig')
-rw-r--r--hw/m68k/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/hw/m68k/Kconfig b/hw/m68k/Kconfig
index 60d7bcf..f839f8a 100644
--- a/hw/m68k/Kconfig
+++ b/hw/m68k/Kconfig
@@ -23,3 +23,12 @@ config Q800
select ESP
select DP8393X
select OR_IRQ
+
+config M68K_VIRT
+ bool
+ select M68K_IRQC
+ select VIRT_CTRL
+ select GOLDFISH_PIC
+ select GOLDFISH_TTY
+ select GOLDFISH_RTC
+ select VIRTIO_MMIO