diff options
author | Xiaojuan Yang <yangxiaojuan@loongson.cn> | 2022-06-06 20:43:24 +0800 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2022-06-06 18:12:30 +0000 |
commit | cbff2db1e92f8759db0f0716a41a3e11b18f2eee (patch) | |
tree | 6fe5280374fdaca25a2641efd9dc5d4309976d43 /hw/intc/Kconfig | |
parent | 249ad85a4b4ba6e949bba3c5b9932c389e07249c (diff) | |
download | qemu-cbff2db1e92f8759db0f0716a41a3e11b18f2eee.zip qemu-cbff2db1e92f8759db0f0716a41a3e11b18f2eee.tar.gz qemu-cbff2db1e92f8759db0f0716a41a3e11b18f2eee.tar.bz2 |
hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
This patch realize the EIOINTC 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-35-yangxiaojuan@loongson.cn>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'hw/intc/Kconfig')
-rw-r--r-- | hw/intc/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/intc/Kconfig b/hw/intc/Kconfig index 58f550b..ecd2883 100644 --- a/hw/intc/Kconfig +++ b/hw/intc/Kconfig @@ -99,3 +99,6 @@ config LOONGARCH_PCH_MSI select MSI_NONBROKEN bool select UNIMP + +config LOONGARCH_EXTIOI + bool |