]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
irqchip/loongson-pch-lpc: Enable building on MIPS Loongson64
authorIcenowy Zheng <zhengxingda@iscas.ac.cn>
Sat, 21 Mar 2026 09:20:32 +0000 (17:20 +0800)
committerThomas Gleixner <tglx@kernel.org>
Thu, 26 Mar 2026 15:15:04 +0000 (16:15 +0100)
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
drivers/irqchip/Kconfig

index 2feecfb5a28d9784f51143f653363eaca3b4dcf0..e755a2a05209657f9ea84d5daf7da19378c455e6 100644 (file)
@@ -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