Explorar o código

[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>
Dave Jones %!s(int64=17) %!d(string=hai) anos
pai
achega
ec983f7060
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      arch/x86/kernel/cpu/cpufreq/Kconfig

+ 2 - 2
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.