aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-12-17 01:06:54 -0500
committerPaul Mundt <lethal@linux-sh.org>2008-12-22 04:44:47 -0500
commit8a655053ca1593dd160dac2a4ee638fdec037d86 (patch)
treed296f973248c42eb83e6e344f4518e13aef62d40 /arch/sh/Kconfig
parent0146d7875976795fe364b4a3da629975ebd37671 (diff)
doc: Update sh cpufreq documentation.
The sh cpufreq driver is no longer limited to just the SH-3 and SH-4, update the documentation to reflect this fact accordingly. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig8
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 03c773b74bd2..bef19f5bde7f 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -469,8 +469,12 @@ config SH_CPU_FREQ
469 depends on CPU_FREQ 469 depends on CPU_FREQ
470 select CPU_FREQ_TABLE 470 select CPU_FREQ_TABLE
471 help 471 help
472 This adds the cpufreq driver for SuperH. At present, only 472 This adds the cpufreq driver for SuperH. Any CPU that supports
473 the SH-4 is supported. 473 clock rate rounding through the clock framework can use this
474 driver. While it will make the kernel slightly larger, this is
475 harmless for CPUs that don't support rate rounding. The driver
476 will also generate a notice in the boot log before disabling
477 itself if the CPU in question is not capable of rate rounding.
474 478
475 For details, take a look at <file:Documentation/cpu-freq>. 479 For details, take a look at <file:Documentation/cpu-freq>.
476 480