aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c24xx
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2013-02-08 14:13:15 -0500
committerKukjin Kim <kgene.kim@samsung.com>2013-02-08 14:13:15 -0500
commit7eae354fcd308694027ad38799fdcaada62bf93e (patch)
tree41f2c4d3fce40fa252763d0106fee78c7aae73c6 /arch/arm/mach-s3c24xx
parentd3fcacf52d24ff1b12d994d9ddb7496f651294a2 (diff)
ARM: S3C24XX: let S3C2412_PM select S3C2412_PM_SLEEP
The code to enter sleep is used by both the s3c2412 and s3c2416 and was thus factored out into an extra config option. But it seems it was forgotten to add the appropriate select to the s3c2412 pm option, resulting in breakage when only compiling s3c2412 support. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx')
-rw-r--r--arch/arm/mach-s3c24xx/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig
index 25df14a9e268..5dde98046613 100644
--- a/arch/arm/mach-s3c24xx/Kconfig
+++ b/arch/arm/mach-s3c24xx/Kconfig
@@ -273,6 +273,7 @@ config S3C2412_DMA
273 273
274config S3C2412_PM 274config S3C2412_PM
275 bool 275 bool
276 select S3C2412_PM_SLEEP
276 help 277 help
277 Internal config node to apply S3C2412 power management 278 Internal config node to apply S3C2412 power management
278 279