diff options
Diffstat (limited to 'drivers/cpufreq/Kconfig')
-rw-r--r-- | drivers/cpufreq/Kconfig | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig index ca8ee8093d6c..9fb84853d8e3 100644 --- a/drivers/cpufreq/Kconfig +++ b/drivers/cpufreq/Kconfig | |||
@@ -1,3 +1,5 @@ | |||
1 | menu "CPU Frequency scaling" | ||
2 | |||
1 | config CPU_FREQ | 3 | config CPU_FREQ |
2 | bool "CPU Frequency scaling" | 4 | bool "CPU Frequency scaling" |
3 | help | 5 | help |
@@ -18,19 +20,6 @@ if CPU_FREQ | |||
18 | config CPU_FREQ_TABLE | 20 | config CPU_FREQ_TABLE |
19 | tristate | 21 | tristate |
20 | 22 | ||
21 | config CPU_FREQ_DEBUG | ||
22 | bool "Enable CPUfreq debugging" | ||
23 | help | ||
24 | Say Y here to enable CPUfreq subsystem (including drivers) | ||
25 | debugging. You will need to activate it via the kernel | ||
26 | command line by passing | ||
27 | cpufreq.debug=<value> | ||
28 | |||
29 | To get <value>, add | ||
30 | 1 to activate CPUfreq core debugging, | ||
31 | 2 to activate CPUfreq drivers debugging, and | ||
32 | 4 to activate CPUfreq governor debugging | ||
33 | |||
34 | config CPU_FREQ_STAT | 23 | config CPU_FREQ_STAT |
35 | tristate "CPU frequency translation statistics" | 24 | tristate "CPU frequency translation statistics" |
36 | select CPU_FREQ_TABLE | 25 | select CPU_FREQ_TABLE |
@@ -190,4 +179,10 @@ config CPU_FREQ_GOV_CONSERVATIVE | |||
190 | 179 | ||
191 | If in doubt, say N. | 180 | If in doubt, say N. |
192 | 181 | ||
193 | endif # CPU_FREQ | 182 | menu "x86 CPU frequency scaling drivers" |
183 | depends on X86 | ||
184 | source "drivers/cpufreq/Kconfig.x86" | ||
185 | endmenu | ||
186 | |||
187 | endif | ||
188 | endmenu | ||