Re: [PATCH V14 01/24] irqchip: Adjust Kconfig for Loongson

From: Huacai Chen
Date: Fri Jun 03 2022 - 01:05:15 EST


Hi, Randy,

On Fri, Jun 3, 2022 at 12:34 AM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
>
> 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.
OK, thanks, I will do that.

Huacai
>
> depends on MACH_LOONGSON64 && MIPS
>
> > default y
> > select IRQ_DOMAIN
> > select GENERIC_IRQ_CHIP
>
> thanks.
> --
> ~Randy