[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>
This commit is contained in:
parent
928ee513c2
commit
917325d30a
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ config X86_SPEEDSTEP_CENTRINO_ACPI
|
||||||
|
|
||||||
config X86_ACPI_CPUFREQ
|
config X86_ACPI_CPUFREQ
|
||||||
tristate "ACPI Processor P-States driver"
|
tristate "ACPI Processor P-States driver"
|
||||||
|
select CPU_FREQ_TABLE
|
||||||
depends on ACPI_PROCESSOR
|
depends on ACPI_PROCESSOR
|
||||||
help
|
help
|
||||||
This driver adds a CPUFreq driver which utilizes the ACPI
|
This driver adds a CPUFreq driver which utilizes the ACPI
|
||||||
|
|
Loading…
Reference in a new issue