diff options
| author | Randy Dunlap <randy.dunlap@oracle.com> | 2006-12-19 15:58:54 -0500 |
|---|---|---|
| committer | Dave Jones <davej@redhat.com> | 2006-12-22 22:45:41 -0500 |
| commit | 917325d30ab12f9f23aee5c91dc96dfe81b0c6be (patch) | |
| tree | b68986c45433cb2a48e6e91bb011a85d5861b2a0 | |
| parent | 928ee513c2fc39799cb13302bc02344a849fa37c (diff) | |
[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 3abcfa3e1ed7..45a6a1fd14ac 100644 --- a/arch/x86_64/kernel/cpufreq/Kconfig +++ b/arch/x86_64/kernel/cpufreq/Kconfig | |||
| @@ -49,6 +49,7 @@ config X86_SPEEDSTEP_CENTRINO_ACPI | |||
| 49 | 49 | ||
| 50 | config X86_ACPI_CPUFREQ | 50 | config X86_ACPI_CPUFREQ |
| 51 | tristate "ACPI Processor P-States driver" | 51 | tristate "ACPI Processor P-States driver" |
| 52 | select CPU_FREQ_TABLE | ||
| 52 | depends on ACPI_PROCESSOR | 53 | depends on ACPI_PROCESSOR |
| 53 | help | 54 | help |
| 54 | This driver adds a CPUFreq driver which utilizes the ACPI | 55 | This driver adds a CPUFreq driver which utilizes the ACPI |
