From: Tomasz Figa Date: Mon, 17 Mar 2014 22:28:10 +0000 (+0900) Subject: ARM: EXYNOS: Fix abuse of CONFIG_PM X-Git-Tag: v3.15-rc1~74^2~2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbc5ca163dc46153a8e5249da627af571ae47c10;p=pandora-kernel.git ARM: EXYNOS: Fix abuse of CONFIG_PM CONFIG_PM means that at least one of CONFIG_PM_SLEEP and CONFIG_PM_RUNTIME is enabled, while multiple entries in mach-exynos/Kconfig abused it to enable sleep- and runtime-specific functionality. This patch fixes this abuse by replacing dependencies on CONFIG_PM with appropriate dependencies on either CONFIG_PM_SLEEP or CONFIG_PM_RUNTIME, whichever is appropriate. Signed-off-by: Tomasz Figa Acked-by: Kyungmin Park Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed