aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-07-18 05:53:09 -0400
committerPaul Mundt <lethal@linux-sh.org>2007-07-19 23:18:20 -0400
commit792e947a29da618d0945048bd257f354f8a1dc89 (patch)
tree841d55e06b13aa840a7826b4d0c83e1731ca3a3a /arch/sh
parent90015c89386ffb8967422fbe9f5e7babf1dc2c5e (diff)
sh: cpufreq: Fix driver dependencies and flag as broken.
This is only supported on SH-4, so don't expose it for the other CPUs. Additionally, it's suffered some bitrot, so add a BROKEN dependency as well until we fix it up. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 3ac6db263ed8..848a38b772c0 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -474,7 +474,7 @@ source "drivers/cpufreq/Kconfig"
474 474
475config SH_CPU_FREQ 475config SH_CPU_FREQ
476 tristate "SuperH CPU Frequency driver" 476 tristate "SuperH CPU Frequency driver"
477 depends on CPU_FREQ 477 depends on CPU_FREQ && CPU_SH4 && BROKEN
478 select CPU_FREQ_TABLE 478 select CPU_FREQ_TABLE
479 help 479 help
480 This adds the cpufreq driver for SuperH. At present, only 480 This adds the cpufreq driver for SuperH. At present, only