summaryrefslogtreecommitdiff
path: root/arch/arm/mach-exynos4/Kconfig
diff options
context:
space:
mode:
authorAbhilash Kesavan <a.kesavan@samsung.com>2011-10-04 20:25:51 +0900
committerKukjin Kim <kgene.kim@samsung.com>2011-10-04 20:25:51 +0900
commite2e13621b267f88f69917780e107725d2c0ecad9 (patch)
tree0e2a13a08fd4deda46c19d0c8716ba7ffbd301c1 /arch/arm/mach-exynos4/Kconfig
parent0da3beadcbed2128702831c9fe106ea23e194b3f (diff)
downloadlinux-3.10-e2e13621b267f88f69917780e107725d2c0ecad9.tar.gz
linux-3.10-e2e13621b267f88f69917780e107725d2c0ecad9.tar.bz2
linux-3.10-e2e13621b267f88f69917780e107725d2c0ecad9.zip
ARM: S5P: Make the sleep code common for S5P series SoCs
The sleep code for S5PV210 and EXYNOS4 are identical; moreover S5p64X0 and S5PC100 for which support will be added soon can use the same procedure. Create a common sleep code in the plat-s5p directory so that it can be re-used. Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4/Kconfig')
-rw-r--r--arch/arm/mach-exynos4/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig
index 43ccbb0bf41..dd660eb2020 100644
--- a/arch/arm/mach-exynos4/Kconfig
+++ b/arch/arm/mach-exynos4/Kconfig
@@ -13,12 +13,14 @@ config CPU_EXYNOS4210
bool
select SAMSUNG_DMADEV
select S5P_PM if PM
+ select S5P_SLEEP if PM
help
Enable EXYNOS4210 CPU support
config SOC_EXYNOS4212
bool
select S5P_PM if PM
+ select S5P_SLEEP if PM
help
Enable EXYNOS4212 SoC support