Skip to content

Commit

Permalink
sh: cpufreq: Fix driver dependencies and flag as broken.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed Jul 20, 2007
1 parent 90015c8 commit 792e947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 792e947

Please sign in to comment.