]> git.baikalelectronics.ru Git - kernel.git/commit
PM / Runtime: Kconfig: move ia64 dependency to arch/ia64/Kconfig
authorKevin Hilman <khilman@linaro.org>
Thu, 13 Nov 2014 22:28:20 +0000 (14:28 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 14 Nov 2014 23:39:56 +0000 (00:39 +0100)
commit8834c0738f1f3260c12ef527febda710579851b4
tree68538f25904c1462b5708c8008bde16100ab2238
parent616ea9c105eec580a450a98ab6410ba3704a74e7
PM / Runtime: Kconfig: move ia64 dependency to arch/ia64/Kconfig

The IA64_HP_SIM dependency on PM_RUNTIME should be done in the arch
Kconfig instead of in the PM core.  Move it accordingly.

NOTE: arch/ia64/Kconfig currently does a 'select PM', which since
commit 0d4b9b2e797d (PM: Make CONFIG_PM depend on (CONFIG_PM_SLEEP ||
CONFIG_PM_RUNTIME)) is effectively a noop unless PM_SLEEP or
PM_RUNTIME are set elsewhere.

Signed-off-by: Kevin Hilman <khilman@linaro.org>
Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
arch/ia64/Kconfig
kernel/power/Kconfig