aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/Kconfig
diff options
context:
space:
mode:
authorXiaojuan Yang <yangxiaojuan@loongson.cn>2022-06-06 20:43:23 +0800
committerRichard Henderson <richard.henderson@linaro.org>2022-06-06 18:12:28 +0000
commit249ad85a4b4ba6e949bba3c5b9932c389e07249c (patch)
tree4cd3dec4dfdc0bb97092812c831150a0180d0a55 /hw/intc/Kconfig
parent0f4fcf1845fe188901d4ff4cc807bd78690dddd0 (diff)
downloadqemu-249ad85a4b4ba6e949bba3c5b9932c389e07249c.zip
qemu-249ad85a4b4ba6e949bba3c5b9932c389e07249c.tar.gz
qemu-249ad85a4b4ba6e949bba3c5b9932c389e07249c.tar.bz2
hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)
This patch realize PCH-MSI interrupt controller. Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn> Signed-off-by: Song Gao <gaosong@loongson.cn> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220606124333.2060567-34-yangxiaojuan@loongson.cn> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'hw/intc/Kconfig')
-rw-r--r--hw/intc/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/intc/Kconfig b/hw/intc/Kconfig
index 362980c..58f550b 100644
--- a/hw/intc/Kconfig
+++ b/hw/intc/Kconfig
@@ -94,3 +94,8 @@ config LOONGARCH_IPI
config LOONGARCH_PCH_PIC
bool
select UNIMP
+
+config LOONGARCH_PCH_MSI
+ select MSI_NONBROKEN
+ bool
+ select UNIMP