diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2006-12-19 20:58:54 (GMT) |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-12-23 03:45:41 (GMT) |
commit | 917325d30ab12f9f23aee5c91dc96dfe81b0c6be (patch) | |
tree | b68986c45433cb2a48e6e91bb011a85d5861b2a0 | |
parent | 928ee513c2fc39799cb13302bc02344a849fa37c (diff) | |
download | linux-fsl-qoriq-917325d30ab12f9f23aee5c91dc96dfe81b0c6be.tar.xz |
[CPUFREQ] select consistently
Make x86_64 ACPI_CPU_FREQ select CPU_FREQ_TABLE like other methods do.
(although we should still eliminate as much use of 'select' as possible)
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dave Jones <davej@redhat.com>
-rw-r--r-- | arch/x86_64/kernel/cpufreq/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/kernel/cpufreq/Kconfig b/arch/x86_64/kernel/cpufreq/Kconfig index 3abcfa3..45a6a1f 100644 --- a/arch/x86_64/kernel/cpufreq/Kconfig +++ b/arch/x86_64/kernel/cpufreq/Kconfig @@ -49,6 +49,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 |