Commit 70265523 authored by Jiangfeng Xiao's avatar Jiangfeng Xiao Committed by Marc Zyngier

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: default avatarJiangfeng Xiao <xiaojiangfeng@huawei.com>
Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
parent b744c3bc
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment