Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
Dave Jones | bb0a56e | 2011-05-19 18:51:07 -0400 | [diff] [blame] | 2 | # x86 CPU Frequency scaling drivers |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | # |
| 4 | |
Naga Chumbalkar | 0f1d683 | 2009-12-17 20:18:27 +0000 | [diff] [blame] | 5 | config 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | config 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 Garrett | 3dc9a63 | 2012-09-04 08:28:02 +0000 | [diff] [blame^] | 26 | This driver also supports Intel Enhanced Speedstep and newer |
| 27 | AMD CPUs. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 28 | |
Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 29 | To compile this driver as a module, choose M here: the |
| 30 | module will be called acpi-cpufreq. |
| 31 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 32 | For details, take a look at <file:Documentation/cpu-freq/>. |
| 33 | |
| 34 | If in doubt, say N. |
| 35 | |
| 36 | config ELAN_CPUFREQ |
Dave Jones | bf6fc9f | 2005-05-31 19:03:45 -0700 | [diff] [blame] | 37 | tristate "AMD Elan SC400 and SC410" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 38 | select CPU_FREQ_TABLE |
Ian Campbell | ce9c99a | 2011-04-08 07:42:29 +0100 | [diff] [blame] | 39 | depends on MELAN |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 40 | ---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 Jones | bf6fc9f | 2005-05-31 19:03:45 -0700 | [diff] [blame] | 52 | config SC520_CPUFREQ |
| 53 | tristate "AMD Elan SC520" |
| 54 | select CPU_FREQ_TABLE |
Ian Campbell | ce9c99a | 2011-04-08 07:42:29 +0100 | [diff] [blame] | 55 | depends on MELAN |
Dave Jones | bf6fc9f | 2005-05-31 19:03:45 -0700 | [diff] [blame] | 56 | ---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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 64 | config X86_POWERNOW_K6 |
| 65 | tristate "AMD Mobile K6-2/K6-3 PowerNow!" |
| 66 | select CPU_FREQ_TABLE |
Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 67 | depends on X86_32 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 68 | 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 | |
| 76 | config X86_POWERNOW_K7 |
| 77 | tristate "AMD Mobile Athlon/Duron PowerNow!" |
| 78 | select CPU_FREQ_TABLE |
Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 79 | depends on X86_32 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 80 | 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 | |
| 87 | config 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 Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 91 | depends on X86_32 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 92 | default y |
| 93 | |
| 94 | config X86_POWERNOW_K8 |
| 95 | tristate "AMD Opteron/Athlon64 PowerNow!" |
| 96 | select CPU_FREQ_TABLE |
Thomas Renninger | 57f4fa6 | 2009-02-04 01:17:45 +0100 | [diff] [blame] | 97 | depends on ACPI && ACPI_PROCESSOR |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 98 | help |
Thomas Renninger | 57f4fa6 | 2009-02-04 01:17:45 +0100 | [diff] [blame] | 99 | This adds the CPUFreq driver for K8/K10 Opteron/Athlon64 processors. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 100 | |
Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 101 | To compile this driver as a module, choose M here: the |
| 102 | module will be called powernow-k8. |
| 103 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 104 | For details, take a look at <file:Documentation/cpu-freq/>. |
| 105 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 106 | config X86_GX_SUSPMOD |
| 107 | tristate "Cyrix MediaGX/NatSemi Geode Suspend Modulation" |
Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 108 | depends on X86_32 && PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 109 | 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 | |
| 117 | config X86_SPEEDSTEP_CENTRINO |
Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 118 | tristate "Intel Enhanced SpeedStep (deprecated)" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 119 | select CPU_FREQ_TABLE |
Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 120 | select X86_SPEEDSTEP_CENTRINO_TABLE if X86_32 |
| 121 | depends on X86_32 || (X86_64 && ACPI_PROCESSOR) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 122 | help |
Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 123 | 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 126 | This adds the CPUFreq driver for Enhanced SpeedStep enabled |
Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 127 | 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 Jones | 388d6c5 | 2006-03-11 16:04:53 -0500 | [diff] [blame] | 132 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 133 | For details, take a look at <file:Documentation/cpu-freq/>. |
Dave Jones | 388d6c5 | 2006-03-11 16:04:53 -0500 | [diff] [blame] | 134 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 135 | If in doubt, say N. |
| 136 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 137 | config X86_SPEEDSTEP_CENTRINO_TABLE |
| 138 | bool "Built-in tables for Banias CPUs" |
Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 139 | depends on X86_32 && X86_SPEEDSTEP_CENTRINO |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 140 | 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 | |
| 147 | config X86_SPEEDSTEP_ICH |
| 148 | tristate "Intel Speedstep on ICH-M chipsets (ioport interface)" |
| 149 | select CPU_FREQ_TABLE |
Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 150 | depends on X86_32 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 151 | 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 Jones | 388d6c5 | 2006-03-11 16:04:53 -0500 | [diff] [blame] | 154 | mobile Intel Pentium 4 P4-M on systems which have an Intel ICH2, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 155 | ICH3 or ICH4 southbridge. |
| 156 | |
| 157 | For details, take a look at <file:Documentation/cpu-freq/>. |
| 158 | |
| 159 | If in doubt, say N. |
| 160 | |
| 161 | config X86_SPEEDSTEP_SMI |
| 162 | tristate "Intel SpeedStep on 440BX/ZX/MX chipsets (SMI interface)" |
| 163 | select CPU_FREQ_TABLE |
Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 164 | depends on X86_32 && EXPERIMENTAL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 165 | help |
| 166 | This adds the CPUFreq driver for certain mobile Intel Pentium III |
Dave Jones | 388d6c5 | 2006-03-11 16:04:53 -0500 | [diff] [blame] | 167 | (Coppermine), all mobile Intel Pentium III-M (Tualatin) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 168 | 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 | |
| 174 | config 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 Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 179 | 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 189 | |
| 190 | For details, take a look at <file:Documentation/cpu-freq/>. |
| 191 | |
Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 192 | Unless you are absolutely sure say N. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 193 | |
| 194 | config X86_CPUFREQ_NFORCE2 |
| 195 | tristate "nVidia nForce2 FSB changing" |
Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 196 | depends on X86_32 && EXPERIMENTAL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 197 | 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 | |
| 205 | config X86_LONGRUN |
| 206 | tristate "Transmeta LongRun" |
Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 207 | depends on X86_32 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 208 | 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 | |
| 216 | config X86_LONGHAUL |
| 217 | tristate "VIA Cyrix III Longhaul" |
| 218 | select CPU_FREQ_TABLE |
Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 219 | depends on X86_32 && ACPI_PROCESSOR |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 220 | help |
Dave Jones | 388d6c5 | 2006-03-11 16:04:53 -0500 | [diff] [blame] | 221 | This adds the CPUFreq driver for VIA Samuel/CyrixIII, |
| 222 | VIA Cyrix Samuel/C3, VIA Cyrix Ezra and VIA Cyrix Ezra-T |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 223 | processors. |
| 224 | |
| 225 | For details, take a look at <file:Documentation/cpu-freq/>. |
| 226 | |
| 227 | If in doubt, say N. |
| 228 | |
Rafa³ Bilski | 86acd49 | 2007-02-05 19:57:25 +0100 | [diff] [blame] | 229 | config X86_E_POWERSAVER |
Harald Welte | 0fea615 | 2009-06-08 18:29:36 +0800 | [diff] [blame] | 230 | tristate "VIA C7 Enhanced PowerSaver (DANGEROUS)" |
Rafa³ Bilski | 86acd49 | 2007-02-05 19:57:25 +0100 | [diff] [blame] | 231 | select CPU_FREQ_TABLE |
Harald Welte | 0fea615 | 2009-06-08 18:29:36 +0800 | [diff] [blame] | 232 | depends on X86_32 && EXPERIMENTAL |
Rafa³ Bilski | 86acd49 | 2007-02-05 19:57:25 +0100 | [diff] [blame] | 233 | help |
Harald Welte | 0fea615 | 2009-06-08 18:29:36 +0800 | [diff] [blame] | 234 | 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³ Bilski | 86acd49 | 2007-02-05 19:57:25 +0100 | [diff] [blame] | 238 | |
| 239 | If in doubt, say N. |
| 240 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 241 | comment "shared options" |
| 242 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 243 | config X86_SPEEDSTEP_LIB |
| 244 | tristate |
Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 245 | default (X86_SPEEDSTEP_ICH || X86_SPEEDSTEP_SMI || X86_P4_CLOCKMOD) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 246 | |
| 247 | config X86_SPEEDSTEP_RELAXED_CAP_CHECK |
| 248 | bool "Relaxed speedstep capability checks" |
Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 249 | depends on X86_32 && (X86_SPEEDSTEP_SMI || X86_SPEEDSTEP_ICH) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 250 | help |
Dave Jones | 388d6c5 | 2006-03-11 16:04:53 -0500 | [diff] [blame] | 251 | 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 254 | option lets the probing code bypass some of those checks if the |
| 255 | parameter "relaxed_check=1" is passed to the module. |
| 256 | |