aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.