1
0
Fork 0

irqchip/gic: Add dependency for ARM_GIC_MAX_NR

CONFIG_ARM_GIC_MAX_NR is enabled by default.
It is redundant in x86 and IA-64 where is
without GIC.

Signed-off-by: Jiangfeng Xiao <xiaojiangfeng@huawei.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
alistair/sunxi64-5.4-dsi
Jiangfeng Xiao 2019-06-14 20:57:09 +08:00 committed by Marc Zyngier
parent b744c3bcff
commit 702655234d
1 changed files with 1 additions and 0 deletions

View File

@ -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