aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-07-18 18:53:09 +0900
committerPaul Mundt <lethal@linux-sh.org>2007-07-20 12:18:20 +0900
commit792e947a29da618d0945048bd257f354f8a1dc89 (patch)
tree841d55e06b13aa840a7826b4d0c83e1731ca3a3a /arch/sh/Kconfig
parentsh: IPR/INTC2 IRQ setup consolidation. (diff)
downloadlinux-dev-792e947a29da618d0945048bd257f354f8a1dc89.tar.xz
linux-dev-792e947a29da618d0945048bd257f354f8a1dc89.zip
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/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 3ac6db263ed8..848a38b772c0 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -474,7 +474,7 @@ source "drivers/cpufreq/Kconfig"
config SH_CPU_FREQ
tristate "SuperH CPU Frequency driver"
- depends on CPU_FREQ
+ depends on CPU_FREQ && CPU_SH4 && BROKEN
select CPU_FREQ_TABLE
help
This adds the cpufreq driver for SuperH. At present, only