summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIcenowy Zheng <zhengxingda@iscas.ac.cn>2026-03-21 12:20:32 +0300
committerThomas Gleixner <tglx@kernel.org>2026-03-26 18:15:04 +0300
commit5d994fd7e2f2e11f134fce0abd900bd02b655f70 (patch)
tree2644403582868f92029886d22d7ae1cb2c7786db
parented3772aa48cf84ae313156cfe6544e8cba5aa043 (diff)
downloadlinux-5d994fd7e2f2e11f134fce0abd900bd02b655f70.tar.xz
irqchip/loongson-pch-lpc: Enable building on MIPS Loongson64
As the driver now supports OF-based platforms, it's now possible to use it on MIPS Loongson64 machines. Drop the requirement of LOONGARCH for this driver, to allow build on both MIPS-based and LoongArch-based Loongson systems. Signed-off-by: Icenowy Zheng <zhengxingda@iscas.ac.cn> Signed-off-by: Thomas Gleixner <tglx@kernel.org> Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Reviewed-by: Huacai Chen <chenhuacai@loongson.cn> Link: https://patch.msgid.link/20260321092032.3502701-7-zhengxingda@iscas.ac.cn
-rw-r--r--drivers/irqchip/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 2feecfb5a28d..e755a2a05209 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -764,7 +764,6 @@ config LOONGSON_PCH_MSI
config LOONGSON_PCH_LPC
bool "Loongson PCH LPC Controller"
- depends on LOONGARCH
depends on MACH_LOONGSON64 || LOONGARCH
default MACH_LOONGSON64
select IRQ_DOMAIN_HIERARCHY