diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-10-10 15:53:41 +0200 |
---|---|---|
committer | Song Gao <gaosong@loongson.cn> | 2023-10-13 10:03:09 +0800 |
commit | cb041aed1b5befaaa563aaf75e094412b2063fec (patch) | |
tree | 0d04f0d5c3df24edae9e1b3a8d49de02f042cad5 /hw/loongarch/Kconfig | |
parent | 2cfdab739a18fcff36f10d42f796dcb35027c92f (diff) | |
download | qemu-cb041aed1b5befaaa563aaf75e094412b2063fec.zip qemu-cb041aed1b5befaaa563aaf75e094412b2063fec.tar.gz qemu-cb041aed1b5befaaa563aaf75e094412b2063fec.tar.bz2 |
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é <philmd@linaro.org>
Reviewed-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20231010135342.40219-2-philmd@linaro.org>
Signed-off-by: Song Gao <gaosong@loongson.cn>
Diffstat (limited to 'hw/loongarch/Kconfig')
-rw-r--r-- | hw/loongarch/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/loongarch/Kconfig b/hw/loongarch/Kconfig index 1e7c5b4..fcd5f2b 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 |