Kconfig 6.36 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
#
# CPU Frequency scaling
#

menu "CPU Frequency scaling"

config CPU_FREQ
	bool "CPU Frequency scaling"
	help
	  Clock scaling allows you to change the clock speed of CPUs on the
	  fly. This is a nice method to save battery power on notebooks,
	  because the lower the clock speed, the less power the CPU consumes.

14 15
	  For more information, take a look at <file:Documentation/cpu-freq/>
	  or at <http://www.codemonkey.org.uk/projects/cpufreq/>
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40

	  If in doubt, say N.

source "drivers/cpufreq/Kconfig"

config CPU_FREQ_TABLE
       tristate "CPU frequency table helpers"
       depends on CPU_FREQ
       default y
       help
         Many CPUFreq drivers use these helpers, so only say N here if
	 the CPUFreq driver of your choice doesn't need these helpers.

	 If in doubt, say Y.

comment "CPUFreq processor drivers"
       depends on CPU_FREQ

config X86_ACPI_CPUFREQ
	tristate "ACPI Processor P-States driver"
	depends on CPU_FREQ_TABLE && ACPI_PROCESSOR
	help
	  This driver adds a CPUFreq driver which utilizes the ACPI
	  Processor Performance States.

41
	  For details, take a look at <file:Documentation/cpu-freq/>.
42 43 44

	  If in doubt, say N.

45 46 47 48 49 50 51 52 53 54
config X86_ACPI_CPUFREQ_PROC_INTF
        bool "/proc/acpi/processor/../performance interface (deprecated)"
	depends on X86_ACPI_CPUFREQ && PROC_FS
	help
	  This enables the deprecated /proc/acpi/processor/../performance 
	  interface. While it is helpful for debugging, the generic,
	  cross-architecture cpufreq interfaces should be used.

	  If in doubt, say N.

55 56
config ELAN_CPUFREQ
	tristate "AMD Elan"
57
	depends on CPU_FREQ_TABLE && X86_ELAN
58 59 60 61 62 63 64 65
	---help---
	  This adds the CPUFreq driver for AMD Elan SC400 and SC410
	  processors.

	  You need to specify the processor maximum speed as boot
	  parameter: elanfreq=maxspeed (in kHz) or as module
	  parameter "max_freq".

66
	  For details, take a look at <file:Documentation/cpu-freq/>.
67 68 69 70 71 72 73 74 75 76

	  If in doubt, say N.

config X86_POWERNOW_K6
	tristate "AMD Mobile K6-2/K6-3 PowerNow!"
	depends on CPU_FREQ_TABLE
	help
	  This adds the CPUFreq driver for mobile AMD K6-2+ and mobile
	  AMD K6-3+ processors.

77
	  For details, take a look at <file:Documentation/cpu-freq/>.
78 79 80

	  If in doubt, say N.

81 82
config X86_POWERNOW_K7
	tristate "AMD Mobile Athlon/Duron PowerNow!"
83 84
	depends on CPU_FREQ_TABLE
	help
85
	  This adds the CPUFreq driver for mobile AMD K7 mobile processors.
86

87
	  For details, take a look at <file:Documentation/cpu-freq/>.
88 89 90

	  If in doubt, say N.

91 92 93 94 95
config X86_POWERNOW_K7_ACPI
	bool
	depends on ((X86_POWERNOW_K7 = "m" && ACPI_PROCESSOR) || (X86_POWERNOW_K7 = "y" && ACPI_PROCESSOR = "y"))
	default y

96 97
config X86_POWERNOW_K8
	tristate "AMD Opteron/Athlon64 PowerNow!"
98
	depends on CPU_FREQ && EXPERIMENTAL
99
	help
100
	  This adds the CPUFreq driver for mobile AMD Opteron/Athlon64 processors.
101

102
	  For details, take a look at <file:Documentation/cpu-freq/>.
103 104 105

	  If in doubt, say N.

106 107 108 109 110
config X86_POWERNOW_K8_ACPI
	bool
	depends on ((X86_POWERNOW_K8 = "m" && ACPI_PROCESSOR) || (X86_POWERNOW_K8 = "y" && ACPI_PROCESSOR = "y"))
	default y

111 112 113 114 115 116 117
config X86_GX_SUSPMOD
	tristate "Cyrix MediaGX/NatSemi Geode Suspend Modulation"
	depends on CPU_FREQ
	help
	 This add the CPUFreq driver for NatSemi Geode processors which
	 support suspend modulation.

118
	 For details, take a look at <file:Documentation/cpu-freq/>.
119 120 121

	 If in doubt, say N.

122 123 124 125 126 127 128
config X86_SPEEDSTEP_CENTRINO
	tristate "Intel Enhanced SpeedStep"
	depends on CPU_FREQ_TABLE
	help
	  This adds the CPUFreq driver for Enhanced SpeedStep enabled
	  mobile CPUs.  This means Intel Pentium M (Centrino) CPUs.
	  
129
	  For details, take a look at <file:Documentation/cpu-freq/>.
130 131 132
	  
	  If in doubt, say N.

Dave Jones's avatar
Dave Jones committed
133 134 135 136 137 138 139 140 141 142 143 144 145 146 147
config X86_SPEEDSTEP_CENTRINO_TABLE
	bool
	depends on X86_SPEEDSTEP_CENTRINO
	default y

config X86_SPEEDSTEP_CENTRINO_ACPI
	bool "Use ACPI tables to decode valid frequency/voltage pairs (EXPERIMENTAL)"
	depends on EXPERIMENTAL
	depends on ((X86_SPEEDSTEP_CENTRINO = "m" && ACPI_PROCESSOR) || (X86_SPEEDSTEP_CENTRINO = "y" && ACPI_PROCESSOR = "y"))
	help
	  Use primarily the information provided in the BIOS ACPI tables
	  to determine valid CPU frequency and voltage pairings.

	  If in doubt, say Y.

148
config X86_SPEEDSTEP_ICH
149
	tristate "Intel Speedstep on ICH-M chipsets (ioport interface)"
150 151 152
	depends on CPU_FREQ_TABLE
	help
	  This adds the CPUFreq driver for certain mobile Intel Pentium III
153
	  (Coppermine), all mobile Intel Pentium III-M (Tualatin) and all
154 155
	  mobile Intel Pentium 4 P4-M on systems which have an Intel ICH2, 
	  ICH3 or ICH4 southbridge.
156

157
	  For details, take a look at <file:Documentation/cpu-freq/>.
158 159 160

	  If in doubt, say N.

161 162 163
config X86_SPEEDSTEP_SMI
	tristate "Intel SpeedStep on 440BX/ZX/MX chipsets (SMI interface)"
	depends on CPU_FREQ_TABLE && EXPERIMENTAL
164
	help
165 166 167 168
	  This adds the CPUFreq driver for certain mobile Intel Pentium III
	  (Coppermine), all mobile Intel Pentium III-M (Tualatin)  
	  on systems which have an Intel 440BX/ZX/MX southbridge.

169
	  For details, take a look at <file:Documentation/cpu-freq/>.
170

171 172
	  If in doubt, say N.

173 174 175 176 177 178 179
config X86_P4_CLOCKMOD
	tristate "Intel Pentium 4 clock modulation"
	depends on CPU_FREQ_TABLE
	help
	  This adds the CPUFreq driver for Intel Pentium 4 / XEON
	  processors.

180
	  For details, take a look at <file:Documentation/cpu-freq/>.
181 182 183

	  If in doubt, say N.

184 185 186 187 188
config X86_SPEEDSTEP_LIB
	tristate
	depends on (X86_SPEEDSTEP_ICH || X86_SPEEDSTEP_SMI || X86_P4_CLOCKMOD)
	default (X86_SPEEDSTEP_ICH || X86_SPEEDSTEP_SMI || X86_P4_CLOCKMOD)

189 190 191 192 193 194 195 196 197 198
config X86_SPEEDSTEP_RELAXED_CAP_CHECK
	bool "Relaxed speedstep capability checks"
	depends on (X86_SPEEDSTEP_SMI || X86_SPEEDSTEP_ICH)
	help
	  Don't perform all checks for a speedstep capable system which would 
	  normally be done. Some ancient or strange systems, though speedstep 
	  capable, don't always indicate that they are speedstep capable. This 
	  option let's the probing code bypass some of those checks if the
	  parameter "relaxed_check=1" is passed to the module.

199 200 201 202 203 204 205
config X86_LONGRUN
	tristate "Transmeta LongRun"
	depends on CPU_FREQ
	help
	  This adds the CPUFreq driver for Transmeta Crusoe processors which
	  support LongRun.

206
	  For details, take a look at <file:Documentation/cpu-freq/>.
207 208 209 210 211

	  If in doubt, say N.

config X86_LONGHAUL
	tristate "VIA Cyrix III Longhaul"
212
	depends on CPU_FREQ_TABLE
213 214 215 216 217
	help
	  This adds the CPUFreq driver for VIA Samuel/CyrixIII, 
	  VIA Cyrix Samuel/C3, VIA Cyrix Ezra and VIA Cyrix Ezra-T 
	  processors.

218
	  For details, take a look at <file:Documentation/cpu-freq/>.
219 220 221 222

	  If in doubt, say N.

endmenu