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:
@@ -21,8 +21,8 @@ config ARM_S3C2416_CPUFREQ
|
||||
If in doubt, say N.
|
||||
|
||||
config ARM_S3C2416_CPUFREQ_VCORESCALE
|
||||
bool "Allow voltage scaling for S3C2416 arm core (EXPERIMENTAL)"
|
||||
depends on ARM_S3C2416_CPUFREQ && REGULATOR && EXPERIMENTAL
|
||||
bool "Allow voltage scaling for S3C2416 arm core"
|
||||
depends on ARM_S3C2416_CPUFREQ && REGULATOR
|
||||
help
|
||||
Enable CPU voltage scaling when entering the dvs mode.
|
||||
It uses information gathered through existing hardware and
|
||||
|
Reference in New Issue
Block a user