aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'hw/intc/Kconfig')
-rw-r--r--hw/intc/Kconfig9
1 files changed, 6 insertions, 3 deletions
diff --git a/hw/intc/Kconfig b/hw/intc/Kconfig
index dd405bd..9f456d7 100644
--- a/hw/intc/Kconfig
+++ b/hw/intc/Kconfig
@@ -23,13 +23,13 @@ config APIC
config ARM_GIC
bool
- select ARM_GICV3_TCG if TCG
+ select ARM_GICV3 if TCG
select ARM_GIC_KVM if KVM
select MSI_NONBROKEN
-config ARM_GICV3_TCG
+config ARM_GICV3
bool
- depends on ARM_GIC && TCG
+ depends on ARM_GIC
config ARM_GIC_KVM
bool
@@ -109,3 +109,6 @@ config LOONGARCH_PCH_MSI
config LOONGARCH_EXTIOI
bool
+
+config LOONGARCH_DINTC
+ bool