diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-07-18 18:53:09 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-07-20 12:18:20 +0900 |
commit | 792e947a29da618d0945048bd257f354f8a1dc89 (patch) | |
tree | 841d55e06b13aa840a7826b4d0c83e1731ca3a3a /arch/sh | |
parent | 90015c89386ffb8967422fbe9f5e7babf1dc2c5e (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/Kconfig | 2 |
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 |