diff options
author | Xiaojuan Yang <yangxiaojuan@loongson.cn> | 2022-08-10 15:38:03 +0800 |
---|---|---|
committer | Song Gao <gaosong@loongson.cn> | 2022-09-19 20:01:36 +0800 |
commit | 3ff17902c48bfb4e7ce20acf6f00c33fb6e0ed60 (patch) | |
tree | 85e89c2acada1c7d15fca9d896427ff694b33753 /hw/loongarch/Kconfig | |
parent | d29201ff34a135cdfc197f4413c1c5047e4f58bb (diff) | |
download | qemu-3ff17902c48bfb4e7ce20acf6f00c33fb6e0ed60.zip qemu-3ff17902c48bfb4e7ce20acf6f00c33fb6e0ed60.tar.gz qemu-3ff17902c48bfb4e7ce20acf6f00c33fb6e0ed60.tar.bz2 |
hw/loongarch: Remove vga device when loongarch init
Remove the vga device when loongarch machine init and
we will support other display device in the future.
Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn>
Acked-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20220908094623.73051-2-yangxiaojuan@loongson.cn>
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 a99aa38..73c52b0 100644 --- a/hw/loongarch/Kconfig +++ b/hw/loongarch/Kconfig @@ -2,7 +2,6 @@ config LOONGARCH_VIRT bool select PCI select PCI_EXPRESS_GENERIC_BRIDGE - imply VGA_PCI imply VIRTIO_VGA imply PCI_DEVICES select ISA_BUS |