projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
928ee51
)
[CPUFREQ] select consistently
author
Randy Dunlap
<randy.dunlap@oracle.com>
Tue, 19 Dec 2006 20:58:54 +0000
(12:58 -0800)
committer
Dave Jones
<davej@redhat.com>
Sat, 23 Dec 2006 03:45:41 +0000
(22:45 -0500)
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>
arch/x86_64/kernel/cpufreq/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86_64/kernel/cpufreq/Kconfig
b/arch/x86_64/kernel/cpufreq/Kconfig
index 3abcfa3e1ed7d7047c7db54fdefed38cf76c6fad..45a6a1fd14acc6d1897844e482bddeb29342c38b 100644
(file)
--- 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