Re: [PATCH V14 01/24] irqchip: Adjust Kconfig for Loongson
From: Randy Dunlap
Date: Thu Jun 02 2022 - 12:34:59 EST
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