Prev: tracing/documentation: document dynamic ftracer internals
Next: edac/Kconfig: reenable edac_mpc85xx on MPC85xx
From: Ameya Palande on 21 Jul 2010 11:40 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(a)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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |