mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 15:10:38 +00:00
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>
This commit is contained in:
parent
90015c8938
commit
792e947a29
@ -474,7 +474,7 @@ source "drivers/cpufreq/Kconfig"
|
|||||||
|
|
||||||
config SH_CPU_FREQ
|
config SH_CPU_FREQ
|
||||||
tristate "SuperH CPU Frequency driver"
|
tristate "SuperH CPU Frequency driver"
|
||||||
depends on CPU_FREQ
|
depends on CPU_FREQ && CPU_SH4 && BROKEN
|
||||||
select CPU_FREQ_TABLE
|
select CPU_FREQ_TABLE
|
||||||
help
|
help
|
||||||
This adds the cpufreq driver for SuperH. At present, only
|
This adds the cpufreq driver for SuperH. At present, only
|
||||||
|
Loading…
x
Reference in New Issue
Block a user