Skip to content

Commit

Permalink
[CPUFREQ] Remove EXPERIMENTAL annotation from VIA C7 powersaver kconfig.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dave Jones committed Aug 8, 2008
1 parent f2d7499 commit ec983f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/x86/kernel/cpu/cpufreq/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit ec983f7

Please sign in to comment.