lkml.org 
[lkml]   [2022]   [Jun]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH V12 01/24] irqchip: Adjust Kconfig for Loongson
From
On 6/1/22 17:59, Huacai Chen wrote:
> HTVEC will be shared by both MIPS-based and LoongArch-based Loongson
> processors (not only Loongson-3), so we adjust its description. HTPIC is
> only used by MIPS-based Loongson, so we add a MIPS dependency.
>
> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
> ---
> drivers/irqchip/Kconfig | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> 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)
> default y
> select IRQ_DOMAIN
> select GENERIC_IRQ_CHIP
> @@ -565,12 +565,12 @@ config LOONGSON_HTPIC
> Support for the Loongson-3 HyperTransport PIC Controller.
>
> config LOONGSON_HTVEC
> - bool "Loongson3 HyperTransport Interrupt Vector Controller"
> + bool "Loongson HyperTransport Interrupt Vector Controller"
> depends on MACH_LOONGSON64
> default MACH_LOONGSON64
> select IRQ_DOMAIN_HIERARCHY
> help
> - Support for the Loongson3 HyperTransport Interrupt Vector Controller.
> + Support for the Loongson HyperTransport Interrupt Vector Controller.
>
> config LOONGSON_PCH_PIC
> bool "Loongson PCH PIC Controller"

The series passes allmodconfig build for ARCH={x86,mips,loongarch} with
this, it seems reasonable.

Reviewed-by: WANG Xuerui <git@xen0n.name>

\
 
 \ /
  Last update: 2022-06-01 12:37    [W:0.172 / U:0.548 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site