aboutsummaryrefslogtreecommitdiff
path: root/hw/sparc/Kconfig
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2018-10-01 22:27:22 +0200
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>2020-06-09 06:59:34 +0200
commit077f0f3dade3dcb38f43cc728fa26c4f6affcdd0 (patch)
treee35a0eddbcf34e3cffc02fe12156b58b682ff490 /hw/sparc/Kconfig
parent49ee11555262a256afec592dfed7c5902d5eefd2 (diff)
downloadqemu-077f0f3dade3dcb38f43cc728fa26c4f6affcdd0.zip
qemu-077f0f3dade3dcb38f43cc728fa26c4f6affcdd0.tar.gz
qemu-077f0f3dade3dcb38f43cc728fa26c4f6affcdd0.tar.bz2
hw/sparc/sun4m: Use UnimplementedDevice for I/O devices
These devices are not slots on a bus, but real I/O devices that we do not implement. As the ISDN ROM would be a ROMD device, also model it as UnimplementedDevice. Reviewed-by: Artyom Tarasenko <atar4qemu@gmail.com> Message-Id: <20200510152840.13558-2-f4bug@amsat.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'hw/sparc/Kconfig')
-rw-r--r--hw/sparc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/sparc/Kconfig b/hw/sparc/Kconfig
index 22aff2f..91805af 100644
--- a/hw/sparc/Kconfig
+++ b/hw/sparc/Kconfig
@@ -5,6 +5,7 @@ config SUN4M
select CS4231
select ECCMEMCTL
select EMPTY_SLOT
+ select UNIMP
select ESCC
select ESP
select FDC