mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 08:31:13 +00:00
[CPUFREQ] Remove EXPERIMENTAL annotation from VIA C7 powersaver kconfig.
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>
This commit is contained in:
parent
f2d7499be1
commit
ec983f7060
1 changed files with 2 additions and 2 deletions
|
@ -235,9 +235,9 @@ config X86_LONGHAUL
|
||||||
If in doubt, say N.
|
If in doubt, say N.
|
||||||
|
|
||||||
config X86_E_POWERSAVER
|
config X86_E_POWERSAVER
|
||||||
tristate "VIA C7 Enhanced PowerSaver (EXPERIMENTAL)"
|
tristate "VIA C7 Enhanced PowerSaver"
|
||||||
select CPU_FREQ_TABLE
|
select CPU_FREQ_TABLE
|
||||||
depends on X86_32 && EXPERIMENTAL
|
depends on X86_32
|
||||||
help
|
help
|
||||||
This adds the CPUFreq driver for VIA C7 processors.
|
This adds the CPUFreq driver for VIA C7 processors.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue