diff options
author | Kees Cook <keescook@chromium.org> | 2012-10-02 14:16:53 -0400 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2013-01-11 14:38:05 -0500 |
commit | 0f194b569add0150fc908ef8a0839efd8abc47a0 (patch) | |
tree | 8bc6b731e97920ccf9c63b08cb6d188d45f5cd4c /drivers/cpufreq/Kconfig.x86 | |
parent | 3b4afaf29e0f508920cc3eafb6cc297aaad494b1 (diff) |
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>
Diffstat (limited to 'drivers/cpufreq/Kconfig.x86')
-rw-r--r-- | drivers/cpufreq/Kconfig.x86 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/cpufreq/Kconfig.x86 b/drivers/cpufreq/Kconfig.x86 index 934854ae5eb4..0715d8ec3980 100644 --- a/drivers/cpufreq/Kconfig.x86 +++ b/drivers/cpufreq/Kconfig.x86 | |||
@@ -174,7 +174,7 @@ config X86_SPEEDSTEP_ICH | |||
174 | config X86_SPEEDSTEP_SMI | 174 | config X86_SPEEDSTEP_SMI |
175 | tristate "Intel SpeedStep on 440BX/ZX/MX chipsets (SMI interface)" | 175 | tristate "Intel SpeedStep on 440BX/ZX/MX chipsets (SMI interface)" |
176 | select CPU_FREQ_TABLE | 176 | select CPU_FREQ_TABLE |
177 | depends on X86_32 && EXPERIMENTAL | 177 | depends on X86_32 |
178 | help | 178 | help |
179 | This adds the CPUFreq driver for certain mobile Intel Pentium III | 179 | This adds the CPUFreq driver for certain mobile Intel Pentium III |
180 | (Coppermine), all mobile Intel Pentium III-M (Tualatin) | 180 | (Coppermine), all mobile Intel Pentium III-M (Tualatin) |
@@ -206,7 +206,7 @@ config X86_P4_CLOCKMOD | |||
206 | 206 | ||
207 | config X86_CPUFREQ_NFORCE2 | 207 | config X86_CPUFREQ_NFORCE2 |
208 | tristate "nVidia nForce2 FSB changing" | 208 | tristate "nVidia nForce2 FSB changing" |
209 | depends on X86_32 && EXPERIMENTAL | 209 | depends on X86_32 |
210 | help | 210 | help |
211 | This adds the CPUFreq driver for FSB changing on nVidia nForce2 | 211 | This adds the CPUFreq driver for FSB changing on nVidia nForce2 |
212 | platforms. | 212 | platforms. |
@@ -242,7 +242,7 @@ config X86_LONGHAUL | |||
242 | config X86_E_POWERSAVER | 242 | config X86_E_POWERSAVER |
243 | tristate "VIA C7 Enhanced PowerSaver (DANGEROUS)" | 243 | tristate "VIA C7 Enhanced PowerSaver (DANGEROUS)" |
244 | select CPU_FREQ_TABLE | 244 | select CPU_FREQ_TABLE |
245 | depends on X86_32 && EXPERIMENTAL | 245 | depends on X86_32 |
246 | help | 246 | help |
247 | This adds the CPUFreq driver for VIA C7 processors. However, this driver | 247 | This adds the CPUFreq driver for VIA C7 processors. However, this driver |
248 | does not have any safeguards to prevent operating the CPU out of spec | 248 | does not have any safeguards to prevent operating the CPU out of spec |