Re: [PATCH] irqchip/gic: Add dependency for ARM_GIC

2019-06-27 Thread Marc Zyngier
On 27/06/2019 15:30, Jiangfeng Xiao wrote: > > > On 2019/6/27 22:20, Marc Zyngier wrote: >> 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

Re: [PATCH] irqchip/gic: Add dependency for ARM_GIC

2019-06-27 Thread Jiangfeng Xiao
On 2019/6/27 22:20, Marc Zyngier wrote: > 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

Re: [PATCH] irqchip/gic: Add dependency for ARM_GIC

2019-06-27 Thread Marc Zyngier
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 > --- > drivers/irqchip/Kconfig | 1 + > 1

[PATCH] irqchip/gic: Add dependency for ARM_GIC

2019-06-27 Thread Jiangfeng Xiao
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 --- drivers/irqchip/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git