From: Kukjin Kim Date: Thu, 24 Feb 2011 01:12:00 +0000 (+0100) Subject: ARM: 6761/1: Update number of VIC for S5PV210 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6cc6b33ab9644db38579dcb66737311fc20269db;p=linux-beck.git ARM: 6761/1: Update number of VIC for S5PV210 The S5PV210 SoC have 4 VICs. It requires for suspend and resume. Signed-off-by: Kyungmin Park Signed-off-by: Kukjin Kim Signed-off-by: Russell King --- diff --git a/arch/arm/common/Kconfig b/arch/arm/common/Kconfig index 778655f0257a..909960448eb9 100644 --- a/arch/arm/common/Kconfig +++ b/arch/arm/common/Kconfig @@ -6,6 +6,7 @@ config ARM_VIC config ARM_VIC_NR int + default 4 if ARCH_S5PV210 default 2 depends on ARM_VIC help