ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / arch / x86_64 / kernel / 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_POWERNOW_K8
35         tristate "AMD Opteron/Athlon64 PowerNow!"
36         depends on CPU_FREQ_TABLE
37         help
38           This adds the CPUFreq driver for mobile AMD Opteron/Athlon64 processors.
39
40           For details, take a look at <file:Documentation/cpu-freq/>. 
41
42           If in doubt, say N.
43
44 endmenu