ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[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_K8
92         tristate "AMD Opteron/Athlon64 PowerNow!"
93         depends on CPU_FREQ && EXPERIMENTAL
94         help
95           This adds the CPUFreq driver for mobile AMD Opteron/Athlon64 processors.
96
97           For details, take a look at <file:Documentation/cpu-freq/>.
98
99           If in doubt, say N.
100
101 config X86_GX_SUSPMOD
102         tristate "Cyrix MediaGX/NatSemi Geode Suspend Modulation"
103         depends on CPU_FREQ
104         help
105          This add the CPUFreq driver for NatSemi Geode processors which
106          support suspend modulation.
107
108          For details, take a look at <file:Documentation/cpu-freq/>.
109
110          If in doubt, say N.
111
112 config X86_SPEEDSTEP_CENTRINO
113         tristate "Intel Enhanced SpeedStep"
114         depends on CPU_FREQ_TABLE
115         help
116           This adds the CPUFreq driver for Enhanced SpeedStep enabled
117           mobile CPUs.  This means Intel Pentium M (Centrino) CPUs.
118           
119           For details, take a look at <file:Documentation/cpu-freq/>.
120           
121           If in doubt, say N.
122
123 config X86_SPEEDSTEP_CENTRINO_TABLE
124         bool
125         depends on X86_SPEEDSTEP_CENTRINO
126         default y
127
128 config X86_SPEEDSTEP_CENTRINO_ACPI
129         bool "Use ACPI tables to decode valid frequency/voltage pairs (EXPERIMENTAL)"
130         depends on EXPERIMENTAL
131         depends on ((X86_SPEEDSTEP_CENTRINO = "m" && ACPI_PROCESSOR) || (X86_SPEEDSTEP_CENTRINO = "y" && ACPI_PROCESSOR = "y"))
132         help
133           Use primarily the information provided in the BIOS ACPI tables
134           to determine valid CPU frequency and voltage pairings.
135
136           If in doubt, say Y.
137
138 config X86_SPEEDSTEP_ICH
139         tristate "Intel Speedstep on ICH-M chipsets (ioport interface)"
140         depends on CPU_FREQ_TABLE
141         help
142           This adds the CPUFreq driver for certain mobile Intel Pentium III
143           (Coppermine), all mobile Intel Pentium III-M (Tualatin) and all
144           mobile Intel Pentium 4 P4-M on systems which have an Intel ICH2, 
145           ICH3 or ICH4 southbridge.
146
147           For details, take a look at <file:Documentation/cpu-freq/>.
148
149           If in doubt, say N.
150
151 config X86_SPEEDSTEP_SMI
152         tristate "Intel SpeedStep on 440BX/ZX/MX chipsets (SMI interface)"
153         depends on CPU_FREQ_TABLE && EXPERIMENTAL
154         help
155           This adds the CPUFreq driver for certain mobile Intel Pentium III
156           (Coppermine), all mobile Intel Pentium III-M (Tualatin)  
157           on systems which have an Intel 440BX/ZX/MX southbridge.
158
159           For details, take a look at <file:Documentation/cpu-freq/>.
160
161           If in doubt, say N.
162
163 config X86_P4_CLOCKMOD
164         tristate "Intel Pentium 4 clock modulation"
165         depends on CPU_FREQ_TABLE
166         help
167           This adds the CPUFreq driver for Intel Pentium 4 / XEON
168           processors.
169
170           For details, take a look at <file:Documentation/cpu-freq/>.
171
172           If in doubt, say N.
173
174 config X86_SPEEDSTEP_LIB
175         tristate
176         depends on (X86_SPEEDSTEP_ICH || X86_SPEEDSTEP_SMI || X86_P4_CLOCKMOD)
177         default (X86_SPEEDSTEP_ICH || X86_SPEEDSTEP_SMI || X86_P4_CLOCKMOD)
178
179 config X86_SPEEDSTEP_RELAXED_CAP_CHECK
180         bool "Relaxed speedstep capability checks"
181         depends on (X86_SPEEDSTEP_SMI || X86_SPEEDSTEP_ICH)
182         help
183           Don't perform all checks for a speedstep capable system which would 
184           normally be done. Some ancient or strange systems, though speedstep 
185           capable, don't always indicate that they are speedstep capable. This 
186           option let's the probing code bypass some of those checks if the
187           parameter "relaxed_check=1" is passed to the module.
188
189 config X86_LONGRUN
190         tristate "Transmeta LongRun"
191         depends on CPU_FREQ
192         help
193           This adds the CPUFreq driver for Transmeta Crusoe processors which
194           support LongRun.
195
196           For details, take a look at <file:Documentation/cpu-freq/>.
197
198           If in doubt, say N.
199
200 config X86_LONGHAUL
201         tristate "VIA Cyrix III Longhaul"
202         depends on CPU_FREQ_TABLE
203         help
204           This adds the CPUFreq driver for VIA Samuel/CyrixIII, 
205           VIA Cyrix Samuel/C3, VIA Cyrix Ezra and VIA Cyrix Ezra-T 
206           processors.
207
208           For details, take a look at <file:Documentation/cpu-freq/>.
209
210           If in doubt, say N.
211
212 endmenu