projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2d7499
)
[CPUFREQ] Remove EXPERIMENTAL annotation from VIA C7 powersaver kconfig.
author
Dave Jones
<davej@redhat.com>
Wed, 30 Jul 2008 16:05:03 +0000
(12:05 -0400)
committer
Dave Jones
<davej@redhat.com>
Fri, 8 Aug 2008 20:00:48 +0000
(16:00 -0400)
This has been pretty solid, and doesn't see much change at all.
Noticed by Harald Welte.
Signed-off-by: Dave Jones <davej@redhat.com>
arch/x86/kernel/cpu/cpufreq/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/cpu/cpufreq/Kconfig
b/arch/x86/kernel/cpu/cpufreq/Kconfig
index cb7a5715596dfa448e56eef69c92125afc9f0f77..efae3b22a0ff7deda3b211f482553ec5feda43a7 100644
(file)
--- a/
arch/x86/kernel/cpu/cpufreq/Kconfig
+++ b/
arch/x86/kernel/cpu/cpufreq/Kconfig
@@
-235,9
+235,9
@@
config X86_LONGHAUL
If in doubt, say N.
config X86_E_POWERSAVER
- tristate "VIA C7 Enhanced PowerSaver
(EXPERIMENTAL)
"
+ tristate "VIA C7 Enhanced PowerSaver"
select CPU_FREQ_TABLE
- depends on X86_32
&& EXPERIMENTAL
+ depends on X86_32
help
This adds the CPUFreq driver for VIA C7 processors.