blob: 8d12e378a7efad6d1a05b73b1b3c4d8ddd334711 [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
Naga Chumbalkar0f1d6832009-12-17 20:18:27 +00005config X86_PCC_CPUFREQ
6 tristate "Processor Clocking Control interface driver"
7 depends on ACPI && ACPI_PROCESSOR
8 help
9 This driver adds support for the PCC interface.
10
11 For details, take a look at:
12 <file:Documentation/cpu-freq/pcc-cpufreq.txt>.
13
14 To compile this driver as a module, choose M here: the
15 module will be called pcc-cpufreq.
16
17 If in doubt, say N.
18
Linus Torvalds1da177e2005-04-16 15:20:36 -070019config X86_ACPI_CPUFREQ
20 tristate "ACPI Processor P-States driver"
21 select CPU_FREQ_TABLE
22 depends on ACPI_PROCESSOR
23 help
24 This driver adds a CPUFreq driver which utilizes the ACPI
25 Processor Performance States.
Matthew Garrett3dc9a632012-09-04 08:28:02 +000026 This driver also supports Intel Enhanced Speedstep and newer
27 AMD CPUs.
Linus Torvalds1da177e2005-04-16 15:20:36 -070028
Sam Ravnborge8ef9522007-11-06 19:35:19 +010029 To compile this driver as a module, choose M here: the
30 module will be called acpi-cpufreq.
31
Linus Torvalds1da177e2005-04-16 15:20:36 -070032 For details, take a look at <file:Documentation/cpu-freq/>.
33
34 If in doubt, say N.
35
36config ELAN_CPUFREQ
Dave Jonesbf6fc9f2005-05-31 19:03:45 -070037 tristate "AMD Elan SC400 and SC410"
Linus Torvalds1da177e2005-04-16 15:20:36 -070038 select CPU_FREQ_TABLE
Ian Campbellce9c99a2011-04-08 07:42:29 +010039 depends on MELAN
Linus Torvalds1da177e2005-04-16 15:20:36 -070040 ---help---
41 This adds the CPUFreq driver for AMD Elan SC400 and SC410
42 processors.
43
44 You need to specify the processor maximum speed as boot
45 parameter: elanfreq=maxspeed (in kHz) or as module
46 parameter "max_freq".
47
48 For details, take a look at <file:Documentation/cpu-freq/>.
49
50 If in doubt, say N.
51
Dave Jonesbf6fc9f2005-05-31 19:03:45 -070052config SC520_CPUFREQ
53 tristate "AMD Elan SC520"
54 select CPU_FREQ_TABLE
Ian Campbellce9c99a2011-04-08 07:42:29 +010055 depends on MELAN
Dave Jonesbf6fc9f2005-05-31 19:03:45 -070056 ---help---
57 This adds the CPUFreq driver for AMD Elan SC520 processor.
58
59 For details, take a look at <file:Documentation/cpu-freq/>.
60
61 If in doubt, say N.
62
63
Linus Torvalds1da177e2005-04-16 15:20:36 -070064config X86_POWERNOW_K6
65 tristate "AMD Mobile K6-2/K6-3 PowerNow!"
66 select CPU_FREQ_TABLE
Sam Ravnborge8ef9522007-11-06 19:35:19 +010067 depends on X86_32
Linus Torvalds1da177e2005-04-16 15:20:36 -070068 help
69 This adds the CPUFreq driver for mobile AMD K6-2+ and mobile
70 AMD K6-3+ processors.
71
72 For details, take a look at <file:Documentation/cpu-freq/>.
73
74 If in doubt, say N.
75
76config X86_POWERNOW_K7
77 tristate "AMD Mobile Athlon/Duron PowerNow!"
78 select CPU_FREQ_TABLE
Sam Ravnborge8ef9522007-11-06 19:35:19 +010079 depends on X86_32
Linus Torvalds1da177e2005-04-16 15:20:36 -070080 help
81 This adds the CPUFreq driver for mobile AMD K7 mobile processors.
82
83 For details, take a look at <file:Documentation/cpu-freq/>.
84
85 If in doubt, say N.
86
87config X86_POWERNOW_K7_ACPI
88 bool
89 depends on X86_POWERNOW_K7 && ACPI_PROCESSOR
90 depends on !(X86_POWERNOW_K7 = y && ACPI_PROCESSOR = m)
Sam Ravnborge8ef9522007-11-06 19:35:19 +010091 depends on X86_32
Linus Torvalds1da177e2005-04-16 15:20:36 -070092 default y
93
94config X86_POWERNOW_K8
95 tristate "AMD Opteron/Athlon64 PowerNow!"
96 select CPU_FREQ_TABLE
Thomas Renninger57f4fa62009-02-04 01:17:45 +010097 depends on ACPI && ACPI_PROCESSOR
Linus Torvalds1da177e2005-04-16 15:20:36 -070098 help
Thomas Renninger57f4fa62009-02-04 01:17:45 +010099 This adds the CPUFreq driver for K8/K10 Opteron/Athlon64 processors.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700100
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100101 To compile this driver as a module, choose M here: the
102 module will be called powernow-k8.
103
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104 For details, take a look at <file:Documentation/cpu-freq/>.
105
Linus Torvalds1da177e2005-04-16 15:20:36 -0700106config X86_GX_SUSPMOD
107 tristate "Cyrix MediaGX/NatSemi Geode Suspend Modulation"
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100108 depends on X86_32 && PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700109 help
110 This add the CPUFreq driver for NatSemi Geode processors which
111 support suspend modulation.
112
113 For details, take a look at <file:Documentation/cpu-freq/>.
114
115 If in doubt, say N.
116
117config X86_SPEEDSTEP_CENTRINO
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100118 tristate "Intel Enhanced SpeedStep (deprecated)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700119 select CPU_FREQ_TABLE
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100120 select X86_SPEEDSTEP_CENTRINO_TABLE if X86_32
121 depends on X86_32 || (X86_64 && ACPI_PROCESSOR)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700122 help
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100123 This is deprecated and this functionality is now merged into
124 acpi_cpufreq (X86_ACPI_CPUFREQ). Use that driver instead of
125 speedstep_centrino.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700126 This adds the CPUFreq driver for Enhanced SpeedStep enabled
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100127 mobile CPUs. This means Intel Pentium M (Centrino) CPUs
128 or 64bit enabled Intel Xeons.
129
130 To compile this driver as a module, choose M here: the
131 module will be called speedstep-centrino.
Dave Jones388d6c52006-03-11 16:04:53 -0500132
Linus Torvalds1da177e2005-04-16 15:20:36 -0700133 For details, take a look at <file:Documentation/cpu-freq/>.
Dave Jones388d6c52006-03-11 16:04:53 -0500134
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135 If in doubt, say N.
136
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137config X86_SPEEDSTEP_CENTRINO_TABLE
138 bool "Built-in tables for Banias CPUs"
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100139 depends on X86_32 && X86_SPEEDSTEP_CENTRINO
Linus Torvalds1da177e2005-04-16 15:20:36 -0700140 default y
141 help
142 Use built-in tables for Banias CPUs if ACPI encoding
143 is not available.
144
145 If in doubt, say N.
146
147config X86_SPEEDSTEP_ICH
148 tristate "Intel Speedstep on ICH-M chipsets (ioport interface)"
149 select CPU_FREQ_TABLE
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100150 depends on X86_32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700151 help
152 This adds the CPUFreq driver for certain mobile Intel Pentium III
153 (Coppermine), all mobile Intel Pentium III-M (Tualatin) and all
Dave Jones388d6c52006-03-11 16:04:53 -0500154 mobile Intel Pentium 4 P4-M on systems which have an Intel ICH2,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700155 ICH3 or ICH4 southbridge.
156
157 For details, take a look at <file:Documentation/cpu-freq/>.
158
159 If in doubt, say N.
160
161config X86_SPEEDSTEP_SMI
162 tristate "Intel SpeedStep on 440BX/ZX/MX chipsets (SMI interface)"
163 select CPU_FREQ_TABLE
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100164 depends on X86_32 && EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700165 help
166 This adds the CPUFreq driver for certain mobile Intel Pentium III
Dave Jones388d6c52006-03-11 16:04:53 -0500167 (Coppermine), all mobile Intel Pentium III-M (Tualatin)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168 on systems which have an Intel 440BX/ZX/MX southbridge.
169
170 For details, take a look at <file:Documentation/cpu-freq/>.
171
172 If in doubt, say N.
173
174config X86_P4_CLOCKMOD
175 tristate "Intel Pentium 4 clock modulation"
176 select CPU_FREQ_TABLE
177 help
178 This adds the CPUFreq driver for Intel Pentium 4 / XEON
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100179 processors. When enabled it will lower CPU temperature by skipping
180 clocks.
181
182 This driver should be only used in exceptional
183 circumstances when very low power is needed because it causes severe
184 slowdowns and noticeable latencies. Normally Speedstep should be used
185 instead.
186
187 To compile this driver as a module, choose M here: the
188 module will be called p4-clockmod.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700189
190 For details, take a look at <file:Documentation/cpu-freq/>.
191
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100192 Unless you are absolutely sure say N.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700193
194config X86_CPUFREQ_NFORCE2
195 tristate "nVidia nForce2 FSB changing"
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100196 depends on X86_32 && EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700197 help
198 This adds the CPUFreq driver for FSB changing on nVidia nForce2
199 platforms.
200
201 For details, take a look at <file:Documentation/cpu-freq/>.
202
203 If in doubt, say N.
204
205config X86_LONGRUN
206 tristate "Transmeta LongRun"
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100207 depends on X86_32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208 help
209 This adds the CPUFreq driver for Transmeta Crusoe and Efficeon processors
210 which support LongRun.
211
212 For details, take a look at <file:Documentation/cpu-freq/>.
213
214 If in doubt, say N.
215
216config X86_LONGHAUL
217 tristate "VIA Cyrix III Longhaul"
218 select CPU_FREQ_TABLE
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100219 depends on X86_32 && ACPI_PROCESSOR
Linus Torvalds1da177e2005-04-16 15:20:36 -0700220 help
Dave Jones388d6c52006-03-11 16:04:53 -0500221 This adds the CPUFreq driver for VIA Samuel/CyrixIII,
222 VIA Cyrix Samuel/C3, VIA Cyrix Ezra and VIA Cyrix Ezra-T
Linus Torvalds1da177e2005-04-16 15:20:36 -0700223 processors.
224
225 For details, take a look at <file:Documentation/cpu-freq/>.
226
227 If in doubt, say N.
228
Rafa³ Bilski86acd492007-02-05 19:57:25 +0100229config X86_E_POWERSAVER
Harald Welte0fea6152009-06-08 18:29:36 +0800230 tristate "VIA C7 Enhanced PowerSaver (DANGEROUS)"
Rafa³ Bilski86acd492007-02-05 19:57:25 +0100231 select CPU_FREQ_TABLE
Harald Welte0fea6152009-06-08 18:29:36 +0800232 depends on X86_32 && EXPERIMENTAL
Rafa³ Bilski86acd492007-02-05 19:57:25 +0100233 help
Harald Welte0fea6152009-06-08 18:29:36 +0800234 This adds the CPUFreq driver for VIA C7 processors. However, this driver
235 does not have any safeguards to prevent operating the CPU out of spec
236 and is thus considered dangerous. Please use the regular ACPI cpufreq
237 driver, enabled by CONFIG_X86_ACPI_CPUFREQ.
Rafa³ Bilski86acd492007-02-05 19:57:25 +0100238
239 If in doubt, say N.
240
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241comment "shared options"
242
Linus Torvalds1da177e2005-04-16 15:20:36 -0700243config X86_SPEEDSTEP_LIB
244 tristate
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100245 default (X86_SPEEDSTEP_ICH || X86_SPEEDSTEP_SMI || X86_P4_CLOCKMOD)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700246
247config X86_SPEEDSTEP_RELAXED_CAP_CHECK
248 bool "Relaxed speedstep capability checks"
Sam Ravnborge8ef9522007-11-06 19:35:19 +0100249 depends on X86_32 && (X86_SPEEDSTEP_SMI || X86_SPEEDSTEP_ICH)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700250 help
Dave Jones388d6c52006-03-11 16:04:53 -0500251 Don't perform all checks for a speedstep capable system which would
252 normally be done. Some ancient or strange systems, though speedstep
253 capable, don't always indicate that they are speedstep capable. This
Linus Torvalds1da177e2005-04-16 15:20:36 -0700254 option lets the probing code bypass some of those checks if the
255 parameter "relaxed_check=1" is passed to the module.
256