[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1279726766-19450-1-git-send-email-ameya.palande@nokia.com>
Date: Wed, 21 Jul 2010 18:39:26 +0300
From: Ameya Palande <ameya.palande@...ia.com>
To: len.brown@...el.com
Cc: linux-kernel@...r.kernel.org, ameya.palande@...ia.com
Subject: [PATCH] cpuidle: Remove references to ACPI
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@...ia.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists