On 27/06/2019 15:11, Jiangfeng Xiao wrote:
> Not every arch has ARM_GIC, it is strange
> to see ARM_GIC_MAX_NR in the .config file
> of the x86 and IA-64 architecture. so fix
> build by adding necessary dependency.
> 
> Signed-off-by: Jiangfeng Xiao <[email protected]>
> ---
>  drivers/irqchip/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
> index 659c5e0..e338b471 100644
> --- a/drivers/irqchip/Kconfig
> +++ b/drivers/irqchip/Kconfig
> @@ -19,6 +19,7 @@ config ARM_GIC_PM
>  
>  config ARM_GIC_MAX_NR
>       int
> +     depends on ARM_GIC
>       default 2 if ARCH_REALVIEW
>       default 1
>  
> 

Isn't that the patch[1] that has already been in -next for the past 10 
days or so?

Thanks,

        M.

[1] 
https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git/commit/?h=irq/irqchip-next&id=702655234dd1d07e76f9bff9575e438c969fc32c
-- 
Jazz is not dead. It just smells funny...

Reply via email to