Skip to content
Snippets Groups Projects
Commit 70265523 authored by Jiangfeng Xiao's avatar Jiangfeng Xiao Committed by Marc Zyngier
Browse files

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
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ config ARM_GIC_PM ...@@ -19,6 +19,7 @@ config ARM_GIC_PM
config ARM_GIC_MAX_NR config ARM_GIC_MAX_NR
int int
depends on ARM_GIC
default 2 if ARCH_REALVIEW default 2 if ARCH_REALVIEW
default 1 default 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment