[ARM] Make ARM_VIC_NR depend on ARM_VIC
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
547c32aeb5
commit
0aacfe1d23
|
@ -7,6 +7,7 @@ config ARM_VIC
|
||||||
config ARM_VIC_NR
|
config ARM_VIC_NR
|
||||||
int
|
int
|
||||||
default 2
|
default 2
|
||||||
|
depends on ARM_VIC
|
||||||
help
|
help
|
||||||
The maximum number of VICs available in the system, for
|
The maximum number of VICs available in the system, for
|
||||||
power management.
|
power management.
|
||||||
|
|
Loading…
Reference in New Issue