aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/Kconfig
diff options
context:
space:
mode:
authorXiaojuan Yang <yangxiaojuan@loongson.cn>2022-06-06 20:43:22 +0800
committerRichard Henderson <richard.henderson@linaro.org>2022-06-06 18:11:55 +0000
commit0f4fcf1845fe188901d4ff4cc807bd78690dddd0 (patch)
treecd7466fdef71bd8219e562c98335e6a78d89ede4 /hw/intc/Kconfig
parentf6783e34380955e9ec0656c7b9fb8936b9733a6a (diff)
downloadqemu-0f4fcf1845fe188901d4ff4cc807bd78690dddd0.zip
qemu-0f4fcf1845fe188901d4ff4cc807bd78690dddd0.tar.gz
qemu-0f4fcf1845fe188901d4ff4cc807bd78690dddd0.tar.bz2
hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
This patch realize the PCH-PIC 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-33-yangxiaojuan@loongson.cn> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'hw/intc/Kconfig')
-rw-r--r--hw/intc/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/intc/Kconfig b/hw/intc/Kconfig
index 1122c33..362980c 100644
--- a/hw/intc/Kconfig
+++ b/hw/intc/Kconfig
@@ -90,3 +90,7 @@ config NIOS2_VIC
config LOONGARCH_IPI
bool
+
+config LOONGARCH_PCH_PIC
+ bool
+ select UNIMP