[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 08/22] loongarch: switch boards to "default y"
|
From: |
Paolo Bonzini |
|
Subject: |
[PATCH 08/22] loongarch: switch boards to "default y" |
|
Date: |
Tue, 23 Apr 2024 15:15:58 +0200 |
Some targets use "default y" for boards to filter out those that require
TCG. For consistency we are switching all other targets to do the same.
Continue with Loongarch.
No changes to generated config-devices.mak file.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
configs/devices/loongarch64-softmmu/default.mak | 3 ++-
hw/loongarch/Kconfig | 2 ++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/configs/devices/loongarch64-softmmu/default.mak
b/configs/devices/loongarch64-softmmu/default.mak
index 0893112b81d..ffe705836fd 100644
--- a/configs/devices/loongarch64-softmmu/default.mak
+++ b/configs/devices/loongarch64-softmmu/default.mak
@@ -3,4 +3,5 @@
# Uncomment the following lines to disable these optional devices:
# CONFIG_PCI_DEVICES=n
-CONFIG_LOONGARCH_VIRT=y
+# Boards are selected by default, uncomment to keep out of the build.
+# CONFIG_LOONGARCH_VIRT=n
diff --git a/hw/loongarch/Kconfig b/hw/loongarch/Kconfig
index 5727efed6d8..78640505630 100644
--- a/hw/loongarch/Kconfig
+++ b/hw/loongarch/Kconfig
@@ -1,5 +1,7 @@
config LOONGARCH_VIRT
bool
+ default y
+ depends on LOONGARCH64
select PCI
select PCI_EXPRESS_GENERIC_BRIDGE
imply VIRTIO_VGA
--
2.44.0
- Re: [PATCH 03/22] arm: switch boards to "default y", (continued)
[PATCH 05/22] cris: switch boards to "default y", Paolo Bonzini, 2024/04/23
[PATCH 04/22] avr: switch boards to "default y", Paolo Bonzini, 2024/04/23
[PATCH 06/22] hppa: switch boards to "default y", Paolo Bonzini, 2024/04/23
[PATCH 07/22] i386: switch boards to "default y", Paolo Bonzini, 2024/04/23
[PATCH 08/22] loongarch: switch boards to "default y",
Paolo Bonzini <=
[PATCH 09/22] m68k: switch boards to "default y", Paolo Bonzini, 2024/04/23
[PATCH 10/22] microblaze: switch boards to "default y", Paolo Bonzini, 2024/04/23
[PATCH 11/22] meson: make target endianneess available to Kconfig, Paolo Bonzini, 2024/04/23
[PATCH 12/22] mips: switch boards to "default y", Paolo Bonzini, 2024/04/23
[PATCH 13/22] nios2: switch boards to "default y", Paolo Bonzini, 2024/04/23