mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] cpuidle: Remove references to ACPI
@ 2010-07-21 15:39 Ameya Palande
  2010-07-27 10:58 ` Ameya Palande
  0 siblings, 1 reply; 2+ messages in thread
From: Ameya Palande @ 2010-07-21 15:39 UTC (permalink / raw)
  To: len.brown; +Cc: linux-kernel, ameya.palande

Since cpuidle is generic framework and ACPI doesn't exist for non-x86
platforms, remove references to ACPI from Kconfig.

Signed-off-by: Ameya Palande <ameya.palande@nokia.com>
---
 drivers/cpuidle/Kconfig |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/drivers/cpuidle/Kconfig b/drivers/cpuidle/Kconfig
index 7dbc4a8..512d25a 100644
--- a/drivers/cpuidle/Kconfig
+++ b/drivers/cpuidle/Kconfig
@@ -1,14 +1,11 @@
-
 config CPU_IDLE
 	bool "CPU idle PM support"
-	default ACPI
+	default PM
 	help
 	  CPU idle is a generic framework for supporting software-controlled
 	  idle processor power management.  It includes modular cross-platform
 	  governors that can be swapped during runtime.
 
-	  If you're using an ACPI-enabled platform, you should say Y here.
-
 config CPU_IDLE_GOV_LADDER
 	bool
 	depends on CPU_IDLE
-- 
1.7.0.4


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

* Re: [PATCH] cpuidle: Remove references to ACPI
  2010-07-21 15:39 [PATCH] cpuidle: Remove references to ACPI Ameya Palande
@ 2010-07-27 10:58 ` Ameya Palande
  0 siblings, 0 replies; 2+ messages in thread
From: Ameya Palande @ 2010-07-27 10:58 UTC (permalink / raw)
  To: len.brown; +Cc: linux-kernel

On Wed, 2010-07-21 at 17:39 +0200, Palande Ameya (Nokia-MS/Helsinki)
wrote:
> Since cpuidle is generic framework and ACPI doesn't exist for non-x86
> platforms, remove references to ACPI from Kconfig.
> 
> Signed-off-by: Ameya Palande <ameya.palande@nokia.com>
> ---
>  drivers/cpuidle/Kconfig |    5 +----
>  1 files changed, 1 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/cpuidle/Kconfig b/drivers/cpuidle/Kconfig
> index 7dbc4a8..512d25a 100644
> --- a/drivers/cpuidle/Kconfig
> +++ b/drivers/cpuidle/Kconfig
> @@ -1,14 +1,11 @@
> -
>  config CPU_IDLE
>  	bool "CPU idle PM support"
> -	default ACPI
> +	default PM
>  	help
>  	  CPU idle is a generic framework for supporting software-controlled
>  	  idle processor power management.  It includes modular cross-platform
>  	  governors that can be swapped during runtime.
>  
> -	  If you're using an ACPI-enabled platform, you should say Y here.
> -
>  config CPU_IDLE_GOV_LADDER
>  	bool
>  	depends on CPU_IDLE

Ping?


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

end of thread, other threads:[~2010-07-27 10:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-21 15:39 [PATCH] cpuidle: Remove references to ACPI Ameya Palande
2010-07-27 10:58 ` Ameya Palande

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

Powered by JetHome