projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c09bae7
)
ARM: 6761/1: Update number of VIC for S5PV210
author
Kukjin Kim
<kgene.kim@samsung.com>
Thu, 24 Feb 2011 01:12:00 +0000
(
02:12
+0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sat, 26 Feb 2011 13:36:55 +0000
(13:36 +0000)
The S5PV210 SoC have 4 VICs. It requires for suspend and resume.
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/common/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/common/Kconfig
b/arch/arm/common/Kconfig
index 778655f0257a9f27f73d3c1a0fddd81eb28919f4..909960448eb9c9f20db3c6ae70938d786f5448a6 100644
(file)
--- 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