From: Philippe Mathieu-Daudé Date: Tue, 10 Oct 2023 13:53:41 +0000 (+0200) Subject: hw/loongarch/virt: Remove unused ISA UART X-Git-Tag: v8.2.0-rc0~69^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb041aed1b5befaaa563aaf75e094412b2063fec;p=thirdparty%2Fqemu.git hw/loongarch/virt: Remove unused ISA UART The LoongArch 'virt' machine doesn't use any ISA UART. No need to build the device model, remove its Kconfig entry. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Song Gao Message-Id: <20231010135342.40219-2-philmd@linaro.org> Signed-off-by: Song Gao --- diff --git a/hw/loongarch/Kconfig b/hw/loongarch/Kconfig index 1e7c5b43c5e..fcd5f2b4b67 100644 --- a/hw/loongarch/Kconfig +++ b/hw/loongarch/Kconfig @@ -7,7 +7,6 @@ config LOONGARCH_VIRT imply NVDIMM select ISA_BUS select SERIAL - select SERIAL_ISA select VIRTIO_PCI select PLATFORM_BUS select LOONGARCH_IPI