From: Adrian Bunk Date: Fri, 4 May 2007 21:48:45 +0000 (+0200) Subject: x86_64: ACPI_CPU_FREQ must select CPU_FREQ_TABLE X-Git-Tag: v2.6.16.51-rc1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c50f63ad108d9f0c607ee365b10cccbff4288b45;p=thirdparty%2Fkernel%2Fstable.git x86_64: ACPI_CPU_FREQ must select CPU_FREQ_TABLE Fix a compile error reported by Michel Lespinasse. Signed-off-by: Adrian Bunk --- diff --git a/arch/x86_64/kernel/cpufreq/Kconfig b/arch/x86_64/kernel/cpufreq/Kconfig index 81f1562e53938..00b902b4d80db 100644 --- a/arch/x86_64/kernel/cpufreq/Kconfig +++ b/arch/x86_64/kernel/cpufreq/Kconfig @@ -46,6 +46,7 @@ config X86_SPEEDSTEP_CENTRINO_ACPI config X86_ACPI_CPUFREQ tristate "ACPI Processor P-States driver" + select CPU_FREQ_TABLE depends on ACPI_PROCESSOR help This driver adds a CPUFreq driver which utilizes the ACPI