PM / Kconfig: Do not select PM directly from Kconfig files
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 29 Nov 2014 22:16:34 +0000 (23:16 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 3 Dec 2014 23:50:53 +0000 (00:50 +0100)
commita1518d3bbc15d89ccf33056ffa8b3a63de118d24
tree8e6bcc533a66c71988e960c676d1f321c285f266
parentfbb988be7f691599f17c6915c605bd09ec4318b4
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 <geert+renesas@glider.be>
Reviewed-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
arch/ia64/Kconfig
arch/sh/Kconfig