From: Rafael J. Wysocki Date: Sat, 29 Nov 2014 22:16:34 +0000 (+0100) Subject: PM / Kconfig: Do not select PM directly from Kconfig files X-Git-Tag: omap-for-v3.19/fixes-rc1~136^2^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1518d3bbc15d89ccf33056ffa8b3a63de118d24;p=pandora-kernel.git PM / Kconfig: Do not select PM directly from Kconfig files It is not valid to select CONFIG_PM directly without selecting CONFIG_PM_SLEEP or CONFIG_PM_RUNTIME too, because that breaks dependencies (ia64 does that) and it is not necessary to select CONFIG_PM directly if CONFIG_PM_SLEEP or CONFIG_PM_RUNTIME is selected, because CONFIG_PM will be set automatically in that case (sh does that). Fix those mistakes. Acked-by: Geert Uytterhoeven Reviewed-by: Kevin Hilman Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed