summaryrefslogtreecommitdiffstats
path: root/hw/m68k/Kconfig
diff options
context:
space:
mode:
authorThomas Huth2018-06-30 16:58:01 +0200
committerThomas Huth2019-09-07 08:32:34 +0200
commitb17bed5b1727e3aa9e37fc8e8c3222130ceab22f (patch)
tree39d9579b1f4b450f7f31e26880c81510287b6b35 /hw/m68k/Kconfig
parentescc: introduce a selector for the register bit (diff)
downloadqemu-b17bed5b1727e3aa9e37fc8e8c3222130ceab22f.tar.gz
qemu-b17bed5b1727e3aa9e37fc8e8c3222130ceab22f.tar.xz
qemu-b17bed5b1727e3aa9e37fc8e8c3222130ceab22f.zip
m68k: Add serial controller to the NeXTcube machine
The NeXTcube uses a normal 8530 serial controller, so we can simply use our normal "escc" device here. While we're at it, also add a boot-serial-test for the next-cube machine, now that the serial output works. Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20190831074519.32613-6-huth@tuxfamily.org> Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Diffstat (limited to 'hw/m68k/Kconfig')
-rw-r--r--hw/m68k/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/m68k/Kconfig b/hw/m68k/Kconfig
index ec58a2eb06..a74fac5abd 100644
--- a/hw/m68k/Kconfig
+++ b/hw/m68k/Kconfig
@@ -11,3 +11,4 @@ config MCF5208
config NEXTCUBE
bool
select FRAMEBUFFER
+ select ESCC