Hi, On 6/2/22 04:51, Huacai Chen wrote: > diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig > index 44fb8843e80e..1cb3967fe798 100644 > --- a/drivers/irqchip/Kconfig > +++ b/drivers/irqchip/Kconfig > @@ -557,7 +557,7 @@ config LOONGSON_LIOINTC > > config LOONGSON_HTPIC > bool "Loongson3 HyperTransport PIC Controller" > - depends on MACH_LOONGSON64 > + depends on (MACH_LOONGSON64 && MIPS) If you ever have another patch version, please drop the unnecessary left and right parentheses above. depends on MACH_LOONGSON64 && MIPS > default y > select IRQ_DOMAIN > select GENERIC_IRQ_CHIP thanks. -- ~Randy