diff options
Diffstat (limited to 'drivers/cpufreq/Kconfig')
-rw-r--r-- | drivers/cpufreq/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig index 534fcb825153..38093e272377 100644 --- a/drivers/cpufreq/Kconfig +++ b/drivers/cpufreq/Kconfig | |||
@@ -17,15 +17,11 @@ config CPU_FREQ | |||
17 | 17 | ||
18 | if CPU_FREQ | 18 | if CPU_FREQ |
19 | 19 | ||
20 | config CPU_FREQ_TABLE | ||
21 | tristate | ||
22 | |||
23 | config CPU_FREQ_GOV_COMMON | 20 | config CPU_FREQ_GOV_COMMON |
24 | bool | 21 | bool |
25 | 22 | ||
26 | config CPU_FREQ_STAT | 23 | config CPU_FREQ_STAT |
27 | tristate "CPU frequency translation statistics" | 24 | tristate "CPU frequency translation statistics" |
28 | select CPU_FREQ_TABLE | ||
29 | default y | 25 | default y |
30 | help | 26 | help |
31 | This driver exports CPU frequency statistics information through sysfs | 27 | This driver exports CPU frequency statistics information through sysfs |
@@ -143,7 +139,6 @@ config CPU_FREQ_GOV_USERSPACE | |||
143 | 139 | ||
144 | config CPU_FREQ_GOV_ONDEMAND | 140 | config CPU_FREQ_GOV_ONDEMAND |
145 | tristate "'ondemand' cpufreq policy governor" | 141 | tristate "'ondemand' cpufreq policy governor" |
146 | select CPU_FREQ_TABLE | ||
147 | select CPU_FREQ_GOV_COMMON | 142 | select CPU_FREQ_GOV_COMMON |
148 | help | 143 | help |
149 | 'ondemand' - This driver adds a dynamic cpufreq policy governor. | 144 | 'ondemand' - This driver adds a dynamic cpufreq policy governor. |
@@ -187,7 +182,6 @@ config CPU_FREQ_GOV_CONSERVATIVE | |||
187 | config GENERIC_CPUFREQ_CPU0 | 182 | config GENERIC_CPUFREQ_CPU0 |
188 | tristate "Generic CPU0 cpufreq driver" | 183 | tristate "Generic CPU0 cpufreq driver" |
189 | depends on HAVE_CLK && REGULATOR && PM_OPP && OF | 184 | depends on HAVE_CLK && REGULATOR && PM_OPP && OF |
190 | select CPU_FREQ_TABLE | ||
191 | help | 185 | help |
192 | This adds a generic cpufreq driver for CPU0 frequency management. | 186 | This adds a generic cpufreq driver for CPU0 frequency management. |
193 | It supports both uniprocessor (UP) and symmetric multiprocessor (SMP) | 187 | It supports both uniprocessor (UP) and symmetric multiprocessor (SMP) |
@@ -223,7 +217,6 @@ depends on IA64 | |||
223 | 217 | ||
224 | config IA64_ACPI_CPUFREQ | 218 | config IA64_ACPI_CPUFREQ |
225 | tristate "ACPI Processor P-States driver" | 219 | tristate "ACPI Processor P-States driver" |
226 | select CPU_FREQ_TABLE | ||
227 | depends on ACPI_PROCESSOR | 220 | depends on ACPI_PROCESSOR |
228 | help | 221 | help |
229 | This driver adds a CPUFreq driver which utilizes the ACPI | 222 | This driver adds a CPUFreq driver which utilizes the ACPI |
@@ -240,7 +233,6 @@ depends on MIPS | |||
240 | 233 | ||
241 | config LOONGSON2_CPUFREQ | 234 | config LOONGSON2_CPUFREQ |
242 | tristate "Loongson2 CPUFreq Driver" | 235 | tristate "Loongson2 CPUFreq Driver" |
243 | select CPU_FREQ_TABLE | ||
244 | help | 236 | help |
245 | This option adds a CPUFreq driver for loongson processors which | 237 | This option adds a CPUFreq driver for loongson processors which |
246 | support software configurable cpu frequency. | 238 | support software configurable cpu frequency. |
@@ -262,7 +254,6 @@ menu "SPARC CPU frequency scaling drivers" | |||
262 | depends on SPARC64 | 254 | depends on SPARC64 |
263 | config SPARC_US3_CPUFREQ | 255 | config SPARC_US3_CPUFREQ |
264 | tristate "UltraSPARC-III CPU Frequency driver" | 256 | tristate "UltraSPARC-III CPU Frequency driver" |
265 | select CPU_FREQ_TABLE | ||
266 | help | 257 | help |
267 | This adds the CPUFreq driver for UltraSPARC-III processors. | 258 | This adds the CPUFreq driver for UltraSPARC-III processors. |
268 | 259 | ||
@@ -272,7 +263,6 @@ config SPARC_US3_CPUFREQ | |||
272 | 263 | ||
273 | config SPARC_US2E_CPUFREQ | 264 | config SPARC_US2E_CPUFREQ |
274 | tristate "UltraSPARC-IIe CPU Frequency driver" | 265 | tristate "UltraSPARC-IIe CPU Frequency driver" |
275 | select CPU_FREQ_TABLE | ||
276 | help | 266 | help |
277 | This adds the CPUFreq driver for UltraSPARC-IIe processors. | 267 | This adds the CPUFreq driver for UltraSPARC-IIe processors. |
278 | 268 | ||
@@ -285,7 +275,6 @@ menu "SH CPU Frequency scaling" | |||
285 | depends on SUPERH | 275 | depends on SUPERH |
286 | config SH_CPU_FREQ | 276 | config SH_CPU_FREQ |
287 | tristate "SuperH CPU Frequency driver" | 277 | tristate "SuperH CPU Frequency driver" |
288 | select CPU_FREQ_TABLE | ||
289 | help | 278 | help |
290 | This adds the cpufreq driver for SuperH. Any CPU that supports | 279 | This adds the cpufreq driver for SuperH. Any CPU that supports |
291 | clock rate rounding through the clock framework can use this | 280 | clock rate rounding through the clock framework can use this |