Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 917325d3 authored by Randy Dunlap's avatar Randy Dunlap Committed by Dave Jones
Browse files

[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: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 928ee513
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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