Linux IA64 platform development
 help / color / mirror / Atom feed
* [PATCH] PM / Runtime: Kconfig: move ia64 dependency to arch/ia64/Kconfig
@ 2014-11-13 22:28 Kevin Hilman
  2014-11-14  7:30 ` Ulf Hansson
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Hilman @ 2014-11-13 22:28 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Ulf Hansson, Geert Uytterhoeven, linux-pm, linaro-kernel,
	Kevin Hilman, Tony Luck, Fenghua Yu, Pavel Machek, Len Brown,
	open list:IA64 Itanium PL..., open list

From: Kevin Hilman <khilman@linaro.org>

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 1eb208aea317 (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>
---
 arch/ia64/Kconfig    | 1 +
 kernel/power/Kconfig | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index c84c88bbbbd7..55bc92ca2ce6 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -233,6 +233,7 @@ config IA64_SGI_UV
 config IA64_HP_SIM
 	bool "Ski-simulator"
 	select SWIOTLB
+	depends on !PM_RUNTIME
 
 endchoice
 
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig
index bbef57f5bdfd..3d39cc0228e9 100644
--- a/kernel/power/Kconfig
+++ b/kernel/power/Kconfig
@@ -131,7 +131,6 @@ config PM_WAKELOCKS_GC
 
 config PM_RUNTIME
 	bool "Run-time PM core functionality"
-	depends on !IA64_HP_SIM
 	---help---
 	  Enable functionality allowing I/O devices to be put into energy-saving
 	  (low power) states at run time (or autosuspended) after a specified
-- 
2.1.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] PM / Runtime: Kconfig: move ia64 dependency to arch/ia64/Kconfig
  2014-11-13 22:28 [PATCH] PM / Runtime: Kconfig: move ia64 dependency to arch/ia64/Kconfig Kevin Hilman
@ 2014-11-14  7:30 ` Ulf Hansson
  0 siblings, 0 replies; 2+ messages in thread
From: Ulf Hansson @ 2014-11-14  7:30 UTC (permalink / raw)
  To: Kevin Hilman
  Cc: Rafael J. Wysocki, Geert Uytterhoeven, linux-pm@vger.kernel.org,
	linaro-kernel, Kevin Hilman, Tony Luck, Fenghua Yu, Pavel Machek,
	Len Brown, open list:IA64 (Itanium) PL..., open list

On 13 November 2014 23:28, Kevin Hilman <khilman@kernel.org> wrote:
> From: Kevin Hilman <khilman@linaro.org>
>
> 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 1eb208aea317 (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>

> ---
>  arch/ia64/Kconfig    | 1 +
>  kernel/power/Kconfig | 1 -
>  2 files changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
> index c84c88bbbbd7..55bc92ca2ce6 100644
> --- a/arch/ia64/Kconfig
> +++ b/arch/ia64/Kconfig
> @@ -233,6 +233,7 @@ config IA64_SGI_UV
>  config IA64_HP_SIM
>         bool "Ski-simulator"
>         select SWIOTLB
> +       depends on !PM_RUNTIME
>
>  endchoice
>
> diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig
> index bbef57f5bdfd..3d39cc0228e9 100644
> --- a/kernel/power/Kconfig
> +++ b/kernel/power/Kconfig
> @@ -131,7 +131,6 @@ config PM_WAKELOCKS_GC
>
>  config PM_RUNTIME
>         bool "Run-time PM core functionality"
> -       depends on !IA64_HP_SIM
>         ---help---
>           Enable functionality allowing I/O devices to be put into energy-saving
>           (low power) states at run time (or autosuspended) after a specified
> --
> 2.1.3
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-14  7:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-13 22:28 [PATCH] PM / Runtime: Kconfig: move ia64 dependency to arch/ia64/Kconfig Kevin Hilman
2014-11-14  7:30 ` Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox