| 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. | 
| Venkatesh Pallipadi | 83d0515 | 2006-10-03 12:34:28 -0700 | [diff] [blame] | 26 | 	  This driver also supports Intel Enhanced Speedstep. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 27 |  | 
| Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 28 | 	  To compile this driver as a module, choose M here: the | 
 | 29 | 	  module will be called acpi-cpufreq. | 
 | 30 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 31 | 	  For details, take a look at <file:Documentation/cpu-freq/>. | 
 | 32 |  | 
 | 33 | 	  If in doubt, say N. | 
 | 34 |  | 
 | 35 | config ELAN_CPUFREQ | 
| Dave Jones | bf6fc9f | 2005-05-31 19:03:45 -0700 | [diff] [blame] | 36 | 	tristate "AMD Elan SC400 and SC410" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 37 | 	select CPU_FREQ_TABLE | 
| Ian Campbell | ce9c99a | 2011-04-08 07:42:29 +0100 | [diff] [blame] | 38 | 	depends on MELAN | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 39 | 	---help--- | 
 | 40 | 	  This adds the CPUFreq driver for AMD Elan SC400 and SC410 | 
 | 41 | 	  processors. | 
 | 42 |  | 
 | 43 | 	  You need to specify the processor maximum speed as boot | 
 | 44 | 	  parameter: elanfreq=maxspeed (in kHz) or as module | 
 | 45 | 	  parameter "max_freq". | 
 | 46 |  | 
 | 47 | 	  For details, take a look at <file:Documentation/cpu-freq/>. | 
 | 48 |  | 
 | 49 | 	  If in doubt, say N. | 
 | 50 |  | 
| Dave Jones | bf6fc9f | 2005-05-31 19:03:45 -0700 | [diff] [blame] | 51 | config SC520_CPUFREQ | 
 | 52 | 	tristate "AMD Elan SC520" | 
 | 53 | 	select CPU_FREQ_TABLE | 
| Ian Campbell | ce9c99a | 2011-04-08 07:42:29 +0100 | [diff] [blame] | 54 | 	depends on MELAN | 
| Dave Jones | bf6fc9f | 2005-05-31 19:03:45 -0700 | [diff] [blame] | 55 | 	---help--- | 
 | 56 | 	  This adds the CPUFreq driver for AMD Elan SC520 processor. | 
 | 57 |  | 
 | 58 | 	  For details, take a look at <file:Documentation/cpu-freq/>. | 
 | 59 |  | 
 | 60 | 	  If in doubt, say N. | 
 | 61 |  | 
 | 62 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 63 | config X86_POWERNOW_K6 | 
 | 64 | 	tristate "AMD Mobile K6-2/K6-3 PowerNow!" | 
 | 65 | 	select CPU_FREQ_TABLE | 
| Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 66 | 	depends on X86_32 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 67 | 	help | 
 | 68 | 	  This adds the CPUFreq driver for mobile AMD K6-2+ and mobile | 
 | 69 | 	  AMD K6-3+ processors. | 
 | 70 |  | 
 | 71 | 	  For details, take a look at <file:Documentation/cpu-freq/>. | 
 | 72 |  | 
 | 73 | 	  If in doubt, say N. | 
 | 74 |  | 
 | 75 | config X86_POWERNOW_K7 | 
 | 76 | 	tristate "AMD Mobile Athlon/Duron PowerNow!" | 
 | 77 | 	select CPU_FREQ_TABLE | 
| Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 78 | 	depends on X86_32 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 79 | 	help | 
 | 80 | 	  This adds the CPUFreq driver for mobile AMD K7 mobile processors. | 
 | 81 |  | 
 | 82 | 	  For details, take a look at <file:Documentation/cpu-freq/>. | 
 | 83 |  | 
 | 84 | 	  If in doubt, say N. | 
 | 85 |  | 
 | 86 | config X86_POWERNOW_K7_ACPI | 
 | 87 | 	bool | 
 | 88 | 	depends on X86_POWERNOW_K7 && ACPI_PROCESSOR | 
 | 89 | 	depends on !(X86_POWERNOW_K7 = y && ACPI_PROCESSOR = m) | 
| Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 90 | 	depends on X86_32 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 91 | 	default y | 
 | 92 |  | 
 | 93 | config X86_POWERNOW_K8 | 
 | 94 | 	tristate "AMD Opteron/Athlon64 PowerNow!" | 
 | 95 | 	select CPU_FREQ_TABLE | 
| Thomas Renninger | 57f4fa6 | 2009-02-04 01:17:45 +0100 | [diff] [blame] | 96 | 	depends on ACPI && ACPI_PROCESSOR | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 97 | 	help | 
| Thomas Renninger | 57f4fa6 | 2009-02-04 01:17:45 +0100 | [diff] [blame] | 98 | 	  This adds the CPUFreq driver for K8/K10 Opteron/Athlon64 processors. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 99 |  | 
| Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 100 | 	  To compile this driver as a module, choose M here: the | 
 | 101 | 	  module will be called powernow-k8. | 
 | 102 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 103 | 	  For details, take a look at <file:Documentation/cpu-freq/>. | 
 | 104 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 105 | config X86_GX_SUSPMOD | 
 | 106 | 	tristate "Cyrix MediaGX/NatSemi Geode Suspend Modulation" | 
| Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 107 | 	depends on X86_32 && PCI | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 108 | 	help | 
 | 109 | 	 This add the CPUFreq driver for NatSemi Geode processors which | 
 | 110 | 	 support suspend modulation. | 
 | 111 |  | 
 | 112 | 	 For details, take a look at <file:Documentation/cpu-freq/>. | 
 | 113 |  | 
 | 114 | 	 If in doubt, say N. | 
 | 115 |  | 
 | 116 | config X86_SPEEDSTEP_CENTRINO | 
| Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 117 | 	tristate "Intel Enhanced SpeedStep (deprecated)" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 118 | 	select CPU_FREQ_TABLE | 
| Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 119 | 	select X86_SPEEDSTEP_CENTRINO_TABLE if X86_32 | 
 | 120 | 	depends on X86_32 || (X86_64 && ACPI_PROCESSOR) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 121 | 	help | 
| Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 122 | 	  This is deprecated and this functionality is now merged into | 
 | 123 | 	  acpi_cpufreq (X86_ACPI_CPUFREQ). Use that driver instead of | 
 | 124 | 	  speedstep_centrino. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 125 | 	  This adds the CPUFreq driver for Enhanced SpeedStep enabled | 
| Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 126 | 	  mobile CPUs.  This means Intel Pentium M (Centrino) CPUs | 
 | 127 | 	  or 64bit enabled Intel Xeons. | 
 | 128 |  | 
 | 129 | 	  To compile this driver as a module, choose M here: the | 
 | 130 | 	  module will be called speedstep-centrino. | 
| Dave Jones | 388d6c5 | 2006-03-11 16:04:53 -0500 | [diff] [blame] | 131 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 132 | 	  For details, take a look at <file:Documentation/cpu-freq/>. | 
| Dave Jones | 388d6c5 | 2006-03-11 16:04:53 -0500 | [diff] [blame] | 133 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 134 | 	  If in doubt, say N. | 
 | 135 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 136 | config X86_SPEEDSTEP_CENTRINO_TABLE | 
 | 137 | 	bool "Built-in tables for Banias CPUs" | 
| Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 138 | 	depends on X86_32 && X86_SPEEDSTEP_CENTRINO | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 139 | 	default y | 
 | 140 | 	help | 
 | 141 | 	  Use built-in tables for Banias CPUs if ACPI encoding | 
 | 142 | 	  is not available. | 
 | 143 |  | 
 | 144 | 	  If in doubt, say N. | 
 | 145 |  | 
 | 146 | config X86_SPEEDSTEP_ICH | 
 | 147 | 	tristate "Intel Speedstep on ICH-M chipsets (ioport interface)" | 
 | 148 | 	select CPU_FREQ_TABLE | 
| Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 149 | 	depends on X86_32 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 150 | 	help | 
 | 151 | 	  This adds the CPUFreq driver for certain mobile Intel Pentium III | 
 | 152 | 	  (Coppermine), all mobile Intel Pentium III-M (Tualatin) and all | 
| Dave Jones | 388d6c5 | 2006-03-11 16:04:53 -0500 | [diff] [blame] | 153 | 	  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] | 154 | 	  ICH3 or ICH4 southbridge. | 
 | 155 |  | 
 | 156 | 	  For details, take a look at <file:Documentation/cpu-freq/>. | 
 | 157 |  | 
 | 158 | 	  If in doubt, say N. | 
 | 159 |  | 
 | 160 | config X86_SPEEDSTEP_SMI | 
 | 161 | 	tristate "Intel SpeedStep on 440BX/ZX/MX chipsets (SMI interface)" | 
 | 162 | 	select CPU_FREQ_TABLE | 
| Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 163 | 	depends on X86_32 && EXPERIMENTAL | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 164 | 	help | 
 | 165 | 	  This adds the CPUFreq driver for certain mobile Intel Pentium III | 
| Dave Jones | 388d6c5 | 2006-03-11 16:04:53 -0500 | [diff] [blame] | 166 | 	  (Coppermine), all mobile Intel Pentium III-M (Tualatin) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 167 | 	  on systems which have an Intel 440BX/ZX/MX southbridge. | 
 | 168 |  | 
 | 169 | 	  For details, take a look at <file:Documentation/cpu-freq/>. | 
 | 170 |  | 
 | 171 | 	  If in doubt, say N. | 
 | 172 |  | 
 | 173 | config X86_P4_CLOCKMOD | 
 | 174 | 	tristate "Intel Pentium 4 clock modulation" | 
 | 175 | 	select CPU_FREQ_TABLE | 
 | 176 | 	help | 
 | 177 | 	  This adds the CPUFreq driver for Intel Pentium 4 / XEON | 
| Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 178 | 	  processors.  When enabled it will lower CPU temperature by skipping | 
 | 179 | 	  clocks. | 
 | 180 |  | 
 | 181 | 	  This driver should be only used in exceptional | 
 | 182 | 	  circumstances when very low power is needed because it causes severe | 
 | 183 | 	  slowdowns and noticeable latencies.  Normally Speedstep should be used | 
 | 184 | 	  instead. | 
 | 185 |  | 
 | 186 | 	  To compile this driver as a module, choose M here: the | 
 | 187 | 	  module will be called p4-clockmod. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 188 |  | 
 | 189 | 	  For details, take a look at <file:Documentation/cpu-freq/>. | 
 | 190 |  | 
| Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 191 | 	  Unless you are absolutely sure say N. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 192 |  | 
 | 193 | config X86_CPUFREQ_NFORCE2 | 
 | 194 | 	tristate "nVidia nForce2 FSB changing" | 
| Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 195 | 	depends on X86_32 && EXPERIMENTAL | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 196 | 	help | 
 | 197 | 	  This adds the CPUFreq driver for FSB changing on nVidia nForce2 | 
 | 198 | 	  platforms. | 
 | 199 |  | 
 | 200 | 	  For details, take a look at <file:Documentation/cpu-freq/>. | 
 | 201 |  | 
 | 202 | 	  If in doubt, say N. | 
 | 203 |  | 
 | 204 | config X86_LONGRUN | 
 | 205 | 	tristate "Transmeta LongRun" | 
| Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 206 | 	depends on X86_32 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 207 | 	help | 
 | 208 | 	  This adds the CPUFreq driver for Transmeta Crusoe and Efficeon processors | 
 | 209 | 	  which support LongRun. | 
 | 210 |  | 
 | 211 | 	  For details, take a look at <file:Documentation/cpu-freq/>. | 
 | 212 |  | 
 | 213 | 	  If in doubt, say N. | 
 | 214 |  | 
 | 215 | config X86_LONGHAUL | 
 | 216 | 	tristate "VIA Cyrix III Longhaul" | 
 | 217 | 	select CPU_FREQ_TABLE | 
| Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 218 | 	depends on X86_32 && ACPI_PROCESSOR | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 219 | 	help | 
| Dave Jones | 388d6c5 | 2006-03-11 16:04:53 -0500 | [diff] [blame] | 220 | 	  This adds the CPUFreq driver for VIA Samuel/CyrixIII, | 
 | 221 | 	  VIA Cyrix Samuel/C3, VIA Cyrix Ezra and VIA Cyrix Ezra-T | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 222 | 	  processors. | 
 | 223 |  | 
 | 224 | 	  For details, take a look at <file:Documentation/cpu-freq/>. | 
 | 225 |  | 
 | 226 | 	  If in doubt, say N. | 
 | 227 |  | 
| Rafa³ Bilski | 86acd49 | 2007-02-05 19:57:25 +0100 | [diff] [blame] | 228 | config X86_E_POWERSAVER | 
| Harald Welte | 0fea615 | 2009-06-08 18:29:36 +0800 | [diff] [blame] | 229 | 	tristate "VIA C7 Enhanced PowerSaver (DANGEROUS)" | 
| Rafa³ Bilski | 86acd49 | 2007-02-05 19:57:25 +0100 | [diff] [blame] | 230 | 	select CPU_FREQ_TABLE | 
| Harald Welte | 0fea615 | 2009-06-08 18:29:36 +0800 | [diff] [blame] | 231 | 	depends on X86_32 && EXPERIMENTAL | 
| Rafa³ Bilski | 86acd49 | 2007-02-05 19:57:25 +0100 | [diff] [blame] | 232 | 	help | 
| Harald Welte | 0fea615 | 2009-06-08 18:29:36 +0800 | [diff] [blame] | 233 | 	  This adds the CPUFreq driver for VIA C7 processors.  However, this driver | 
 | 234 | 	  does not have any safeguards to prevent operating the CPU out of spec | 
 | 235 | 	  and is thus considered dangerous.  Please use the regular ACPI cpufreq | 
 | 236 | 	  driver, enabled by CONFIG_X86_ACPI_CPUFREQ. | 
| Rafa³ Bilski | 86acd49 | 2007-02-05 19:57:25 +0100 | [diff] [blame] | 237 |  | 
 | 238 | 	  If in doubt, say N. | 
 | 239 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 240 | comment "shared options" | 
 | 241 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 242 | config X86_SPEEDSTEP_LIB | 
 | 243 | 	tristate | 
| Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 244 | 	default (X86_SPEEDSTEP_ICH || X86_SPEEDSTEP_SMI || X86_P4_CLOCKMOD) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 245 |  | 
 | 246 | config X86_SPEEDSTEP_RELAXED_CAP_CHECK | 
 | 247 | 	bool "Relaxed speedstep capability checks" | 
| Sam Ravnborg | e8ef952 | 2007-11-06 19:35:19 +0100 | [diff] [blame] | 248 | 	depends on X86_32 && (X86_SPEEDSTEP_SMI || X86_SPEEDSTEP_ICH) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 249 | 	help | 
| Dave Jones | 388d6c5 | 2006-03-11 16:04:53 -0500 | [diff] [blame] | 250 | 	  Don't perform all checks for a speedstep capable system which would | 
 | 251 | 	  normally be done. Some ancient or strange systems, though speedstep | 
 | 252 | 	  capable, don't always indicate that they are speedstep capable. This | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 253 | 	  option lets the probing code bypass some of those checks if the | 
 | 254 | 	  parameter "relaxed_check=1" is passed to the module. | 
 | 255 |  |