mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
drivers/cpufreq: remove depends on CONFIG_EXPERIMENTAL
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it from any "depends on" lines in Kconfigs. Signed-off-by: Kees Cook <keescook@chromium.org> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
3b4afaf29e
commit
0f194b569a
2 changed files with 5 additions and 5 deletions
|
@ -21,8 +21,8 @@ config ARM_S3C2416_CPUFREQ
|
||||||
If in doubt, say N.
|
If in doubt, say N.
|
||||||
|
|
||||||
config ARM_S3C2416_CPUFREQ_VCORESCALE
|
config ARM_S3C2416_CPUFREQ_VCORESCALE
|
||||||
bool "Allow voltage scaling for S3C2416 arm core (EXPERIMENTAL)"
|
bool "Allow voltage scaling for S3C2416 arm core"
|
||||||
depends on ARM_S3C2416_CPUFREQ && REGULATOR && EXPERIMENTAL
|
depends on ARM_S3C2416_CPUFREQ && REGULATOR
|
||||||
help
|
help
|
||||||
Enable CPU voltage scaling when entering the dvs mode.
|
Enable CPU voltage scaling when entering the dvs mode.
|
||||||
It uses information gathered through existing hardware and
|
It uses information gathered through existing hardware and
|
||||||
|
|
|
@ -174,7 +174,7 @@ config X86_SPEEDSTEP_ICH
|
||||||
config X86_SPEEDSTEP_SMI
|
config X86_SPEEDSTEP_SMI
|
||||||
tristate "Intel SpeedStep on 440BX/ZX/MX chipsets (SMI interface)"
|
tristate "Intel SpeedStep on 440BX/ZX/MX chipsets (SMI interface)"
|
||||||
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 certain mobile Intel Pentium III
|
This adds the CPUFreq driver for certain mobile Intel Pentium III
|
||||||
(Coppermine), all mobile Intel Pentium III-M (Tualatin)
|
(Coppermine), all mobile Intel Pentium III-M (Tualatin)
|
||||||
|
@ -206,7 +206,7 @@ config X86_P4_CLOCKMOD
|
||||||
|
|
||||||
config X86_CPUFREQ_NFORCE2
|
config X86_CPUFREQ_NFORCE2
|
||||||
tristate "nVidia nForce2 FSB changing"
|
tristate "nVidia nForce2 FSB changing"
|
||||||
depends on X86_32 && EXPERIMENTAL
|
depends on X86_32
|
||||||
help
|
help
|
||||||
This adds the CPUFreq driver for FSB changing on nVidia nForce2
|
This adds the CPUFreq driver for FSB changing on nVidia nForce2
|
||||||
platforms.
|
platforms.
|
||||||
|
@ -242,7 +242,7 @@ config X86_LONGHAUL
|
||||||
config X86_E_POWERSAVER
|
config X86_E_POWERSAVER
|
||||||
tristate "VIA C7 Enhanced PowerSaver (DANGEROUS)"
|
tristate "VIA C7 Enhanced PowerSaver (DANGEROUS)"
|
||||||
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. However, this driver
|
This adds the CPUFreq driver for VIA C7 processors. However, this driver
|
||||||
does not have any safeguards to prevent operating the CPU out of spec
|
does not have any safeguards to prevent operating the CPU out of spec
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue