mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-08 15:48:23 +00:00
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>
This commit is contained in:
parent
b744c3bcff
commit
702655234d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue