From: Paul Mundt Date: Wed, 18 Jul 2007 09:53:09 +0000 (+0900) Subject: sh: cpufreq: Fix driver dependencies and flag as broken. X-Git-Tag: firefly_0821_release~27410^2~16 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=792e947a29da618d0945048bd257f354f8a1dc89;p=firefly-linux-kernel-4.4.55.git 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 --- 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