Message ID | 201302052251.17152.heiko@sntech.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Heiko Stübner wrote: > > 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> > --- > arch/arm/mach-s3c24xx/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach- > s3c24xx/Kconfig > index 5e17e1d..ac61bb7 100644 > --- a/arch/arm/mach-s3c24xx/Kconfig > +++ b/arch/arm/mach-s3c24xx/Kconfig > @@ -301,6 +301,7 @@ config S3C2412_DMA > > config S3C2412_PM > bool > + select S3C2412_PM_SLEEP > help > Internal config node to apply S3C2412 power management > > -- > 1.7.10.4 Looks good to me, applied. Thanks - Kukjin -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig index 5e17e1d..ac61bb7 100644 --- a/arch/arm/mach-s3c24xx/Kconfig +++ b/arch/arm/mach-s3c24xx/Kconfig @@ -301,6 +301,7 @@ config S3C2412_DMA config S3C2412_PM bool + select S3C2412_PM_SLEEP help Internal config node to apply S3C2412 power management
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> --- arch/arm/mach-s3c24xx/Kconfig | 1 + 1 file changed, 1 insertion(+)