From: Heiko Stuebner Date: Fri, 8 Feb 2013 19:13:15 +0000 (-0800) Subject: ARM: S3C24XX: let S3C2412_PM select S3C2412_PM_SLEEP X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7eae354fcd308694027ad38799fdcaada62bf93e;p=linux-beck.git 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 Signed-off-by: Kukjin Kim --- 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 config S3C2412_PM bool + select S3C2412_PM_SLEEP help Internal config node to apply S3C2412 power management