[PATCH RE-SEND 1/2] ARM: Update number of VIC for S5PV210
Kukjin Kim
kgene.kim at samsung.com
Thu Feb 17 21:05:52 EST 2011
From: Kyungmin Park <kyungmin.park at samsung.com>
S5PV210 SoC have 4 VICs. It requires for suspend and resume.
Cc: Russell King <rmk+kernel at arm.linux.org.uk>
Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim at samsung.com>
---
arch/arm/common/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/common/Kconfig b/arch/arm/common/Kconfig
index 778655f..9099604 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
--
1.7.1
More information about the linux-arm-kernel
mailing list