Update the number of VIC to handle the 3 or 4 VICs of
the S5PV210, S5P6442 and S5PC100.

Signed-off-by: Kukjin Kim <[email protected]>
Cc: Ben Dooks <[email protected]>
Cc: Russell King <[email protected]>
---
 arch/arm/common/Kconfig |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/arch/arm/common/Kconfig b/arch/arm/common/Kconfig
index 0a34c81..b7c76a9 100644
--- a/arch/arm/common/Kconfig
+++ b/arch/arm/common/Kconfig
@@ -6,8 +6,10 @@ config ARM_VIC
 
 config ARM_VIC_NR
        int
-       default 2
        depends on ARM_VIC
+       default 4 if ARCH_S5PV210
+       default 3 if ARCH_S5P6442 || ARCH_S5PC100
+       default 2
        help
          The maximum number of VICs available in the system, for
          power management.
-- 
1.6.2.5

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to