aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-07-20 00:38:19 -0400
committerPaul Mundt <lethal@linux-sh.org>2007-07-20 00:38:19 -0400
commitcb5ec75b8b0410bba4ae612d13a2f26e938bc49c (patch)
treedacfe59494055f6cfb862e49a033b6e03203c6d6 /arch/sh/Kconfig
parentfe04d7798f611bca333df27d44484bdd62eef53f (diff)
sh: cpufreq: clock framework support.
This gets the SH cpufreq working again. We follow the changes in the AVR32 implementation for wrapping in to the clock framework. CPUs that wish to use this are required to define rate rounding primitives in order to satisfy clk_round_rate(). This works well enough for the common case, though we should look at unifying this driver across all of the platforms that implement clock framework support in one capacity or another. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 2a9682e1306e..ddfd358a67c1 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -475,7 +475,7 @@ source "drivers/cpufreq/Kconfig"
475 475
476config SH_CPU_FREQ 476config SH_CPU_FREQ
477 tristate "SuperH CPU Frequency driver" 477 tristate "SuperH CPU Frequency driver"
478 depends on CPU_FREQ && CPU_SH4 && BROKEN 478 depends on CPU_FREQ
479 select CPU_FREQ_TABLE 479 select CPU_FREQ_TABLE
480 help 480 help
481 This adds the cpufreq driver for SuperH. At present, only 481 This adds the cpufreq driver for SuperH. At present, only