diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2013-04-04 08:54:22 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-04-10 07:19:25 -0400 |
commit | 7258267e56325d41f468eb650b6c23f697201645 (patch) | |
tree | 6fc0d8924cd897ff1c51c989d3479e5a38bacfc5 /drivers/cpufreq/Kconfig | |
parent | 7a9989356b23fa2c7731632d3b575c53c1ac8bce (diff) |
cpufreq: sh: move cpufreq driver to drivers/cpufreq
This patch moves cpufreq driver of SUPERH architecture to drivers/cpufreq.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/cpufreq/Kconfig')
-rw-r--r-- | drivers/cpufreq/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig index 5030df5cd3eb..602d5dbc4345 100644 --- a/drivers/cpufreq/Kconfig +++ b/drivers/cpufreq/Kconfig | |||
@@ -258,5 +258,23 @@ depends on PPC32 || PPC64 | |||
258 | source "drivers/cpufreq/Kconfig.powerpc" | 258 | source "drivers/cpufreq/Kconfig.powerpc" |
259 | endmenu | 259 | endmenu |
260 | 260 | ||
261 | menu "SH CPU Frequency scaling" | ||
262 | depends on SUPERH | ||
263 | config SH_CPU_FREQ | ||
264 | tristate "SuperH CPU Frequency driver" | ||
265 | select CPU_FREQ_TABLE | ||
266 | help | ||
267 | This adds the cpufreq driver for SuperH. Any CPU that supports | ||
268 | clock rate rounding through the clock framework can use this | ||
269 | driver. While it will make the kernel slightly larger, this is | ||
270 | harmless for CPUs that don't support rate rounding. The driver | ||
271 | will also generate a notice in the boot log before disabling | ||
272 | itself if the CPU in question is not capable of rate rounding. | ||
273 | |||
274 | For details, take a look at <file:Documentation/cpu-freq>. | ||
275 | |||
276 | If unsure, say N. | ||
277 | endmenu | ||
278 | |||
261 | endif | 279 | endif |
262 | endmenu | 280 | endmenu |