aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/common
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2009-06-01 13:17:53 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-06-10 17:47:43 -0400
commit0aacfe1d239952a87c17e38e12df94c4ea979839 (patch)
treec25b9ced02295bd6912734076b5074b046720cb1 /arch/arm/common
parent547c32aeb5a24178ef20488ae0508efcc32ae8e4 (diff)
[ARM] Make ARM_VIC_NR depend on ARM_VIC
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/common')
-rw-r--r--arch/arm/common/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/common/Kconfig b/arch/arm/common/Kconfig
index 38518d450bc0..08f27862d09d 100644
--- a/arch/arm/common/Kconfig
+++ b/arch/arm/common/Kconfig
@@ -7,6 +7,7 @@ config ARM_VIC
7config ARM_VIC_NR 7config ARM_VIC_NR
8 int 8 int
9 default 2 9 default 2
10 depends on ARM_VIC
10 help 11 help
11 The maximum number of VICs available in the system, for 12 The maximum number of VICs available in the system, for
12 power management. 13 power management.