From a1fe5e08a4f14ab974b79a6a7366477904532d5c Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Mon, 21 May 2007 16:47:43 -1000 Subject: [PATCH] --- yaml --- r: 59207 b: refs/heads/master c: e8666b2718fdb5bf0ea7c3126f7e292bbbf2946b h: refs/heads/master i: 59205: 09a668f566b2b4a9de7b132bb1459a0f7673bb10 59203: 6bc3abf67336076a3df5df494bdccc4f30b2f52a 59199: 3e51da3cdfc763daeebe02ec979b6d4daf8de8ae v: v3 --- [refs] | 2 +- trunk/arch/i386/kernel/cpu/cpufreq/Kconfig | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index f68214446002..cd108ae0b094 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 275bc6b7f6429afb8d7a883c2e267547dd899066 +refs/heads/master: e8666b2718fdb5bf0ea7c3126f7e292bbbf2946b diff --git a/trunk/arch/i386/kernel/cpu/cpufreq/Kconfig b/trunk/arch/i386/kernel/cpu/cpufreq/Kconfig index e912aae9473c..e77754ca94b4 100644 --- a/trunk/arch/i386/kernel/cpu/cpufreq/Kconfig +++ b/trunk/arch/i386/kernel/cpu/cpufreq/Kconfig @@ -90,10 +90,17 @@ config X86_POWERNOW_K8 If in doubt, say N. config X86_POWERNOW_K8_ACPI - bool - depends on X86_POWERNOW_K8 && ACPI_PROCESSOR - depends on !(X86_POWERNOW_K8 = y && ACPI_PROCESSOR = m) + bool "ACPI Support" + select ACPI_PROCESSOR + depends on X86_POWERNOW_K8 default y + help + This provides access to the K8s Processor Performance States via ACPI. + This driver is probably required for CPUFreq to work with multi-socket and + SMP systems. It is not required on at least some single-socket yet + multi-core systems, even if SMP is enabled. + + It is safe to say Y here. config X86_GX_SUSPMOD tristate "Cyrix MediaGX/NatSemi Geode Suspend Modulation"