vserver 1.9.3
[linux-2.6.git] / arch / i386 / kernel / cpu / cpufreq / Kconfig
1 #
2 # CPU Frequency scaling
3 #
4
5 menu "CPU Frequency scaling"
6
7 config CPU_FREQ
8         bool "CPU Frequency scaling"
9         help
10           Clock scaling allows you to change the clock speed of CPUs on the
11           fly. This is a nice method to save battery power on notebooks,
12           because the lower the clock speed, the less power the CPU consumes.
13
14           For more information, take a look at <file:Documentation/cpu-freq/>
15           or at <http://www.codemonkey.org.uk/projects/cpufreq/>
16
17           If in doubt, say N.
18
19 source "drivers/cpufreq/Kconfig"
20
21 config CPU_FREQ_TABLE
22        tristate "CPU frequency table helpers"
23        depends on CPU_FREQ
24        default y
25        help
26          Many CPUFreq drivers use these helpers, so only say N here if
27          the CPUFreq driver of your choice doesn't need these helpers.
28
29          If in doubt, say Y.
30
31 comment "CPUFreq processor drivers"
32        depends on CPU_FREQ
33
34 config X86_ACPI_CPUFREQ
35         tristate "ACPI Processor P-States driver"
36         depends on CPU_FREQ_TABLE && ACPI_PROCESSOR
37         help
38           This driver adds a CPUFreq driver which utilizes the ACPI
39           Processor Performance States.
40
41           For details, take a look at <file:Documentation/cpu-freq/>.
42
43           If in doubt, say N.
44
45 config X86_ACPI_CPUFREQ_PROC_INTF
46         bool "/proc/acpi/processor/../performance interface (deprecated)"
47         depends on X86_ACPI_CPUFREQ && PROC_FS
48         help
49           This enables the deprecated /proc/acpi/processor/../performance 
50           interface. While it is helpful for debugging, the generic,
51           cross-architecture cpufreq interfaces should be used.
52
53           If in doubt, say N.
54
55 config ELAN_CPUFREQ
56         tristate "AMD Elan"
57         depends on CPU_FREQ_TABLE && X86_ELAN
58         ---help---
59           This adds the CPUFreq driver for AMD Elan SC400 and SC410
60           processors.
61
62           You need to specify the processor maximum speed as boot
63           parameter: elanfreq=maxspeed (in kHz) or as module
64           parameter "max_freq".
65
66           For details, take a look at <file:Documentation/cpu-freq/>.
67
68           If in doubt, say N.
69
70 config X86_POWERNOW_K6
71         tristate "AMD Mobile K6-2/K6-3 PowerNow!"
72         depends on CPU_FREQ_TABLE
73         help
74           This adds the CPUFreq driver for mobile AMD K6-2+ and mobile
75           AMD K6-3+ processors.
76
77           For details, take a look at <file:Documentation/cpu-freq/>.
78
79           If in doubt, say N.
80
81 config X86_POWERNOW_K7
82         tristate "AMD Mobile Athlon/Duron PowerNow!"
83         depends on CPU_FREQ_TABLE
84         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           If in doubt, say N.
90
91 config X86_POWERNOW_K7_ACPI
92         bool
93         depends on ((X86_POWERNOW_K7 = "m" && ACPI_PROCESSOR) || (X86_POWERNOW_K7 = "y" && ACPI_PROCESSOR = "y"))
94         default y
95
96 config X86_POWERNOW_K8
97         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           If in doubt, say N.
105
106 config X86_POWERNOW_K8_ACPI
107         bool
108         depends on ((X86_POWERNOW_K8 = "m" && ACPI_PROCESSOR) || (X86_POWERNOW_K8 = "y" && ACPI_PROCESSOR = "y"))
109         default y
110
111 config X86_GX_SUSPMOD
112         tristate "Cyrix MediaGX/NatSemi Geode Suspend Modulation"
113         depends on CPU_FREQ
114         help
115          This add the CPUFreq driver for NatSemi Geode processors which
116          support suspend modulation.
117
118          For details, take a look at <file:Documentation/cpu-freq/>.
119
120          If in doubt, say N.
121
122 config X86_SPEEDSTEP_CENTRINO
123         tristate "Intel Enhanced SpeedStep"
124         depends on CPU_FREQ_TABLE
125         help
126           This adds the CPUFreq driver for Enhanced SpeedStep enabled
127           mobile CPUs.  This means Intel Pentium M (Centrino) CPUs.
128           
129           For details, take a look at <file:Documentation/cpu-freq/>.
130           
131           If in doubt, say N.
132
133 config X86_SPEEDSTEP_CENTRINO_TABLE
134         bool
135         depends on X86_SPEEDSTEP_CENTRINO
136         default y
137
138 config X86_SPEEDSTEP_CENTRINO_ACPI
139         bool "Use ACPI tables to decode valid frequency/voltage pairs (EXPERIMENTAL)"
140         depends on EXPERIMENTAL
141         depends on ((X86_SPEEDSTEP_CENTRINO = "m" && ACPI_PROCESSOR) || (X86_SPEEDSTEP_CENTRINO = "y" && ACPI_PROCESSOR = "y"))
142         help
143           Use primarily the information provided in the BIOS ACPI tables
144           to determine valid CPU frequency and voltage pairings.
145
146           If in doubt, say Y.
147
148 config X86_SPEEDSTEP_ICH
149         tristate "Intel Speedstep on ICH-M chipsets (ioport interface)"
150         depends on CPU_FREQ_TABLE
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
154           mobile Intel Pentium 4 P4-M on systems which have an Intel ICH2, 
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         depends on CPU_FREQ_TABLE && EXPERIMENTAL
164         help
165           This adds the CPUFreq driver for certain mobile Intel Pentium III
166           (Coppermine), all mobile Intel Pentium III-M (Tualatin)  
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         depends on CPU_FREQ_TABLE
176         help
177           This adds the CPUFreq driver for Intel Pentium 4 / XEON
178           processors.
179
180           For details, take a look at <file:Documentation/cpu-freq/>.
181
182           If in doubt, say N.
183
184 config X86_SPEEDSTEP_LIB
185         tristate
186         depends on (X86_SPEEDSTEP_ICH || X86_SPEEDSTEP_SMI || X86_P4_CLOCKMOD)
187         default (X86_SPEEDSTEP_ICH || X86_SPEEDSTEP_SMI || X86_P4_CLOCKMOD)
188
189 config X86_SPEEDSTEP_RELAXED_CAP_CHECK
190         bool "Relaxed speedstep capability checks"
191         depends on (X86_SPEEDSTEP_SMI || X86_SPEEDSTEP_ICH)
192         help
193           Don't perform all checks for a speedstep capable system which would 
194           normally be done. Some ancient or strange systems, though speedstep 
195           capable, don't always indicate that they are speedstep capable. This 
196           option let's the probing code bypass some of those checks if the
197           parameter "relaxed_check=1" is passed to the module.
198
199 config X86_LONGRUN
200         tristate "Transmeta LongRun"
201         depends on CPU_FREQ
202         help
203           This adds the CPUFreq driver for Transmeta Crusoe processors which
204           support LongRun.
205
206           For details, take a look at <file:Documentation/cpu-freq/>.
207
208           If in doubt, say N.
209
210 config X86_LONGHAUL
211         tristate "VIA Cyrix III Longhaul"
212         depends on CPU_FREQ_TABLE
213         help
214           This adds the CPUFreq driver for VIA Samuel/CyrixIII, 
215           VIA Cyrix Samuel/C3, VIA Cyrix Ezra and VIA Cyrix Ezra-T 
216           processors.
217
218           For details, take a look at <file:Documentation/cpu-freq/>.
219
220           If in doubt, say N.
221
222 endmenu