blob: c59bdcb83217071087cc0a90ef62e5cd01ce38d7 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
Dave Jonesbb0a56e2011-05-19 18:51:07 -04002# x86 CPU Frequency scaling drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003#
4
Dirk Brandewie93f08222013-02-06 09:02:13 -08005config X86_INTEL_PSTATE
Dirk Brandewieda0d9fd2013-02-14 22:55:34 +01006 bool "Intel P state control"
Dirk Brandewie93f08222013-02-06 09:02:13 -08007 depends on X86
8 help
9 This driver provides a P state for Intel core processors.
10 The driver implements an internal governor and will become
11 the scaling driver and governor for Sandy bridge processors.
12
Stratos Karafotis735dc242014-04-22 22:40:10 +030013 When this driver is enabled it will become the preferred
Dirk Brandewie93f08222013-02-06 09:02:13 -080014 scaling driver for Sandy bridge processors.
15
Dirk Brandewie93f08222013-02-06 09:02:13 -080016 If in doubt, say N.
17
Naga Chumbalkar0f1d6832009-12-17 20:18:27 +000018config X86_PCC_CPUFREQ
19 tristate "Processor Clocking Control interface driver"
20 depends on ACPI && ACPI_PROCESSOR
21 help
22 This driver adds support for the PCC interface.
23
24 For details, take a look at:
25 <file:Documentation/cpu-freq/pcc-cpufreq.txt>.
26
27 To compile this driver as a module, choose M here: the
28 module will be called pcc-cpufreq.
29
30 If in doubt, say N.
31
Linus Torvalds1da177e2005-04-16 15:20:36 -070032config X86_ACPI_CPUFREQ
33 tristate "ACPI Processor P-States driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -070034 depends on ACPI_PROCESSOR
35 help
36 This driver adds a CPUFreq driver which utilizes the ACPI
37 Processor Performance States.
Matthew Garrett3dc9a632012-09-04 08:28:02 +000038 This driver also supports Intel Enhanced Speedstep and newer
39 AMD CPUs.
Linus Torvalds1da177e2005-04-16 15:20:36 -070040
Sam Ravnborge8ef9522007-11-06 19:35:19 +010041 To compile this driver as a module, choose M here: the
42 module will be called acpi-cpufreq.
43
Linus Torvalds1da177e2005-04-16 15:20:36 -070044 For details, take a look at <file:Documentation/cpu-freq/>.
45
46 If in doubt, say N.
47
Andre Przywara11269ff2012-09-04 08:28:08 +000048config X86_ACPI_CPUFREQ_CPB
49 default y
50 bool "Legacy cpb sysfs knob support for AMD CPUs"
51 depends on X86_ACPI_CPUFREQ && CPU_SUP_AMD
52 help
53 The powernow-k8 driver used to provide a sysfs knob called "cpb"
54 to disable the Core Performance Boosting feature of AMD CPUs. This
Stratos Karafotis735dc242014-04-22 22:40:10 +030055 file has now been superseded by the more generic "boost" entry.
Andre Przywara11269ff2012-09-04 08:28:08 +000056
57 By enabling this option the acpi_cpufreq driver provides the old
58 entry in addition to the new boost ones, for compatibility reasons.
59
Srinidhi Kasagare7ddf4b2014-12-19 23:13:51 +053060config X86_SFI_CPUFREQ
61 tristate "SFI Performance-States driver"
62 depends on X86_INTEL_MID && SFI
63 help
64 This adds a CPUFreq driver for some Silvermont based Intel Atom
65 architectures like Z34xx and Z35xx which enumerate processor
66 performance states through SFI.
67
68 If in doubt, say N.
69
Linus Torvalds1da177e2005-04-16 15:20:36 -070070config ELAN_CPUFREQ
Dave Jonesbf6fc9f2005-05-31 19:03:45 -070071 tristate "AMD Elan SC400 and SC410"
Ian Campbellce9c99a2011-04-08 07:42:29 +010072 depends on MELAN
Linus Torvalds1da177e2005-04-16 15:20:36 -070073 ---help---
74 This adds the CPUFreq driver for AMD Elan SC400 and SC410
75 processors.
76
77 You need to specify the processor maximum speed as boot
78 parameter: elanfreq=maxspeed (in kHz) or as module
79 parameter "max_freq".
80
81 For details, take a look at <file:Documentation/cpu-freq/>.
82
83 If in doubt, say N.
84
Dave Jonesbf6fc9f2005-05-31 19:03:45 -070085config SC520_CPUFREQ
86 tristate "AMD Elan SC520"
Ian Campbellce9c99a2011-04-08 07:42:29 +010087 depends on MELAN
Dave Jonesbf6fc9f2005-05-31 19:03:45 -070088 ---help---
89 This adds the CPUFreq driver for AMD Elan SC520 processor.
90
91 For details, take a look at <file:Documentation/cpu-freq/>.
92
93 If in doubt, say N.
94
95
Linus Torvalds1da177e2005-04-16 15:20:36 -070096config X86_POWERNOW_K6
97 tristate "AMD Mobile K6-2/K6-3 PowerNow!"
Sam Ravnborge8ef9522007-11-06 19:35:19 +010098 depends on X86_32
Linus Torvalds1da177e2005-04-16 15:20:36 -070099 help
100 This adds the CPUFreq driver for mobile AMD K6-2+ and mobile
101 AMD K6-3+ processors.
102
103 For details, take a look at <file:Documentation/cpu-freq/>.
104
105 If in doubt, say N.
106
107config X86_POWERNOW_K7
108 tristate "AMD Mobile Athlon/Duron PowerNow!"
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100109 depends on X86_32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110 help
111 This adds the CPUFreq driver for mobile AMD K7 mobile processors.
112
113 For details, take a look at <file:Documentation/cpu-freq/>.
114
115 If in doubt, say N.
116
117config X86_POWERNOW_K7_ACPI
118 bool
119 depends on X86_POWERNOW_K7 && ACPI_PROCESSOR
120 depends on !(X86_POWERNOW_K7 = y && ACPI_PROCESSOR = m)
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100121 depends on X86_32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700122 default y
123
124config X86_POWERNOW_K8
125 tristate "AMD Opteron/Athlon64 PowerNow!"
Borislav Petkov631e8ac2013-01-18 00:19:37 +0100126 depends on ACPI && ACPI_PROCESSOR && X86_ACPI_CPUFREQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700127 help
Andre Przywara034be8f2012-09-04 08:28:04 +0000128 This adds the CPUFreq driver for K8/early Opteron/Athlon64 processors.
129 Support for K10 and newer processors is now in acpi-cpufreq.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100131 To compile this driver as a module, choose M here: the
132 module will be called powernow-k8.
133
Linus Torvalds1da177e2005-04-16 15:20:36 -0700134 For details, take a look at <file:Documentation/cpu-freq/>.
135
Jacob Shin9c5320c2013-04-04 16:19:04 +0000136config X86_AMD_FREQ_SENSITIVITY
137 tristate "AMD frequency sensitivity feedback powersave bias"
138 depends on CPU_FREQ_GOV_ONDEMAND && X86_ACPI_CPUFREQ && CPU_SUP_AMD
139 help
140 This adds AMD-specific powersave bias function to the ondemand
141 governor, which allows it to make more power-conscious frequency
Masanari Iida8c881262013-09-29 20:54:15 +0900142 change decisions based on feedback from hardware (available on AMD
Jacob Shin9c5320c2013-04-04 16:19:04 +0000143 Family 16h and above).
144
145 Hardware feedback tells software how "sensitive" to frequency changes
146 the CPUs' workloads are. CPU-bound workloads will be more sensitive
147 -- they will perform better as frequency increases. Memory/IO-bound
148 workloads will be less sensitive -- they will not necessarily perform
149 better as frequency increases.
150
151 If in doubt, say N.
152
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153config X86_GX_SUSPMOD
154 tristate "Cyrix MediaGX/NatSemi Geode Suspend Modulation"
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100155 depends on X86_32 && PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700156 help
157 This add the CPUFreq driver for NatSemi Geode processors which
158 support suspend modulation.
159
160 For details, take a look at <file:Documentation/cpu-freq/>.
161
162 If in doubt, say N.
163
164config X86_SPEEDSTEP_CENTRINO
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100165 tristate "Intel Enhanced SpeedStep (deprecated)"
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100166 select X86_SPEEDSTEP_CENTRINO_TABLE if X86_32
167 depends on X86_32 || (X86_64 && ACPI_PROCESSOR)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168 help
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100169 This is deprecated and this functionality is now merged into
170 acpi_cpufreq (X86_ACPI_CPUFREQ). Use that driver instead of
171 speedstep_centrino.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172 This adds the CPUFreq driver for Enhanced SpeedStep enabled
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100173 mobile CPUs. This means Intel Pentium M (Centrino) CPUs
174 or 64bit enabled Intel Xeons.
175
176 To compile this driver as a module, choose M here: the
177 module will be called speedstep-centrino.
Dave Jones388d6c52006-03-11 16:04:53 -0500178
Linus Torvalds1da177e2005-04-16 15:20:36 -0700179 For details, take a look at <file:Documentation/cpu-freq/>.
Dave Jones388d6c52006-03-11 16:04:53 -0500180
Linus Torvalds1da177e2005-04-16 15:20:36 -0700181 If in doubt, say N.
182
Linus Torvalds1da177e2005-04-16 15:20:36 -0700183config X86_SPEEDSTEP_CENTRINO_TABLE
184 bool "Built-in tables for Banias CPUs"
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100185 depends on X86_32 && X86_SPEEDSTEP_CENTRINO
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186 default y
187 help
188 Use built-in tables for Banias CPUs if ACPI encoding
189 is not available.
190
191 If in doubt, say N.
192
193config X86_SPEEDSTEP_ICH
194 tristate "Intel Speedstep on ICH-M chipsets (ioport interface)"
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100195 depends on X86_32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700196 help
197 This adds the CPUFreq driver for certain mobile Intel Pentium III
198 (Coppermine), all mobile Intel Pentium III-M (Tualatin) and all
Dave Jones388d6c52006-03-11 16:04:53 -0500199 mobile Intel Pentium 4 P4-M on systems which have an Intel ICH2,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200 ICH3 or ICH4 southbridge.
201
202 For details, take a look at <file:Documentation/cpu-freq/>.
203
204 If in doubt, say N.
205
206config X86_SPEEDSTEP_SMI
207 tristate "Intel SpeedStep on 440BX/ZX/MX chipsets (SMI interface)"
Kees Cook0f194b52012-10-02 11:16:53 -0700208 depends on X86_32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700209 help
210 This adds the CPUFreq driver for certain mobile Intel Pentium III
Dave Jones388d6c52006-03-11 16:04:53 -0500211 (Coppermine), all mobile Intel Pentium III-M (Tualatin)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700212 on systems which have an Intel 440BX/ZX/MX southbridge.
213
214 For details, take a look at <file:Documentation/cpu-freq/>.
215
216 If in doubt, say N.
217
218config X86_P4_CLOCKMOD
219 tristate "Intel Pentium 4 clock modulation"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700220 help
221 This adds the CPUFreq driver for Intel Pentium 4 / XEON
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100222 processors. When enabled it will lower CPU temperature by skipping
223 clocks.
224
225 This driver should be only used in exceptional
226 circumstances when very low power is needed because it causes severe
227 slowdowns and noticeable latencies. Normally Speedstep should be used
228 instead.
229
230 To compile this driver as a module, choose M here: the
231 module will be called p4-clockmod.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700232
233 For details, take a look at <file:Documentation/cpu-freq/>.
234
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100235 Unless you are absolutely sure say N.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236
237config X86_CPUFREQ_NFORCE2
238 tristate "nVidia nForce2 FSB changing"
Kees Cook0f194b52012-10-02 11:16:53 -0700239 depends on X86_32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700240 help
241 This adds the CPUFreq driver for FSB changing on nVidia nForce2
242 platforms.
243
244 For details, take a look at <file:Documentation/cpu-freq/>.
245
246 If in doubt, say N.
247
248config X86_LONGRUN
249 tristate "Transmeta LongRun"
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100250 depends on X86_32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700251 help
252 This adds the CPUFreq driver for Transmeta Crusoe and Efficeon processors
253 which support LongRun.
254
255 For details, take a look at <file:Documentation/cpu-freq/>.
256
257 If in doubt, say N.
258
259config X86_LONGHAUL
260 tristate "VIA Cyrix III Longhaul"
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100261 depends on X86_32 && ACPI_PROCESSOR
Linus Torvalds1da177e2005-04-16 15:20:36 -0700262 help
Dave Jones388d6c52006-03-11 16:04:53 -0500263 This adds the CPUFreq driver for VIA Samuel/CyrixIII,
264 VIA Cyrix Samuel/C3, VIA Cyrix Ezra and VIA Cyrix Ezra-T
Linus Torvalds1da177e2005-04-16 15:20:36 -0700265 processors.
266
267 For details, take a look at <file:Documentation/cpu-freq/>.
268
269 If in doubt, say N.
270
Rafa³ Bilski86acd492007-02-05 19:57:25 +0100271config X86_E_POWERSAVER
Harald Welte0fea6152009-06-08 18:29:36 +0800272 tristate "VIA C7 Enhanced PowerSaver (DANGEROUS)"
Rafał Bilskib5f14722013-05-19 19:27:55 +0000273 depends on X86_32 && ACPI_PROCESSOR
Rafa³ Bilski86acd492007-02-05 19:57:25 +0100274 help
Harald Welte0fea6152009-06-08 18:29:36 +0800275 This adds the CPUFreq driver for VIA C7 processors. However, this driver
276 does not have any safeguards to prevent operating the CPU out of spec
277 and is thus considered dangerous. Please use the regular ACPI cpufreq
278 driver, enabled by CONFIG_X86_ACPI_CPUFREQ.
Rafa³ Bilski86acd492007-02-05 19:57:25 +0100279
280 If in doubt, say N.
281
Linus Torvalds1da177e2005-04-16 15:20:36 -0700282comment "shared options"
283
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284config X86_SPEEDSTEP_LIB
285 tristate
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100286 default (X86_SPEEDSTEP_ICH || X86_SPEEDSTEP_SMI || X86_P4_CLOCKMOD)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700287
288config X86_SPEEDSTEP_RELAXED_CAP_CHECK
289 bool "Relaxed speedstep capability checks"
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100290 depends on X86_32 && (X86_SPEEDSTEP_SMI || X86_SPEEDSTEP_ICH)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700291 help
Dave Jones388d6c52006-03-11 16:04:53 -0500292 Don't perform all checks for a speedstep capable system which would
293 normally be done. Some ancient or strange systems, though speedstep
294 capable, don't always indicate that they are speedstep capable. This
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295 option lets the probing code bypass some of those checks if the
296 parameter "relaxed_check=1" is passed to the module.
297