diff options
author | Xiaojuan Yang <yangxiaojuan@loongson.cn> | 2022-06-06 20:43:22 +0800 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2022-06-06 18:11:55 +0000 |
commit | 0f4fcf1845fe188901d4ff4cc807bd78690dddd0 (patch) | |
tree | cd7466fdef71bd8219e562c98335e6a78d89ede4 /hw/loongarch | |
parent | f6783e34380955e9ec0656c7b9fb8936b9733a6a (diff) | |
download | qemu-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/loongarch')
-rw-r--r-- | hw/loongarch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/loongarch/Kconfig b/hw/loongarch/Kconfig index f0dad33..2df45f7 100644 --- a/hw/loongarch/Kconfig +++ b/hw/loongarch/Kconfig @@ -3,3 +3,4 @@ config LOONGARCH_VIRT select PCI select PCI_EXPRESS_GENERIC_BRIDGE select LOONGARCH_IPI + select LOONGARCH_PCH_PIC |