aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos4/Kconfig
diff options
context:
space:
mode:
authorAbhilash Kesavan <a.kesavan@samsung.com>2011-10-04 07:25:51 -0400
committerKukjin Kim <kgene.kim@samsung.com>2011-10-04 07:25:51 -0400
commit0da3beadcbed2128702831c9fe106ea23e194b3f (patch)
treecdaa779b331f6f8a7ac48c23f91f73dcc10b6d36 /arch/arm/mach-exynos4/Kconfig
parenta1a9107deff9b9e5c615058834b74717fa87d49c (diff)
ARM: S5P: Make the common S5P PM code conditionally compile
Pave the way for adding PM support on S5P64X0, which is more similar to the S3C64XX series than the S5P series. Hence, the common pm code (containing dummy functions) should not be used for S5P64X0. 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 2dad16c8cf7..43ccbb0bf41 100644
--- a/arch/arm/mach-exynos4/Kconfig
+++ b/arch/arm/mach-exynos4/Kconfig
@@ -12,11 +12,13 @@ if ARCH_EXYNOS4
12config CPU_EXYNOS4210 12config CPU_EXYNOS4210
13 bool 13 bool
14 select SAMSUNG_DMADEV 14 select SAMSUNG_DMADEV
15 select S5P_PM if PM
15 help 16 help
16 Enable EXYNOS4210 CPU support 17 Enable EXYNOS4210 CPU support
17 18
18config SOC_EXYNOS4212 19config SOC_EXYNOS4212
19 bool 20 bool
21 select S5P_PM if PM
20 help 22 help
21 Enable EXYNOS4212 SoC support 23 Enable EXYNOS4212 SoC support
22 24