aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s5p/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
commite2e13621b267f88f69917780e107725d2c0ecad9 (patch)
tree0e2a13a08fd4deda46c19d0c8716ba7ffbd301c1 /arch/arm/plat-s5p/Kconfig
parent0da3beadcbed2128702831c9fe106ea23e194b3f (diff)
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/plat-s5p/Kconfig')
-rw-r--r--arch/arm/plat-s5p/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/plat-s5p/Kconfig b/arch/arm/plat-s5p/Kconfig
index 53e674348b31..7b9dadadb0a5 100644
--- a/arch/arm/plat-s5p/Kconfig
+++ b/arch/arm/plat-s5p/Kconfig
@@ -54,6 +54,12 @@ config S5P_SYSTEM_MMU
54 help 54 help
55 Say Y here if you want to enable System MMU 55 Say Y here if you want to enable System MMU
56 56
57config S5P_SLEEP
58 bool
59 help
60 Internal config node to apply common S5P sleep management code.
61 Can be selected by S5P and newer SoCs with similar sleep procedure.
62
57config S5P_DEV_FIMC0 63config S5P_DEV_FIMC0
58 bool 64 bool
59 help 65 help