diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-07-20 00:38:49 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-07-20 00:38:49 -0400 |
commit | da9f0ac2f1c00b415939f6b00ee0ea19650377d0 (patch) | |
tree | 5cc6b750c0e63f61eb8c1df26ec394b1d602e973 /arch/sh/Kconfig | |
parent | bd5f0d1c256fdf286fab358a04e87476e3535075 (diff) | |
parent | cb5ec75b8b0410bba4ae612d13a2f26e938bc49c (diff) |
Merge branch 'clkfwk'
Diffstat (limited to 'arch/sh/Kconfig')
-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 2a9682e1306e..ddfd358a67c1 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -475,7 +475,7 @@ source "drivers/cpufreq/Kconfig" | |||
475 | 475 | ||
476 | config SH_CPU_FREQ | 476 | config SH_CPU_FREQ |
477 | tristate "SuperH CPU Frequency driver" | 477 | tristate "SuperH CPU Frequency driver" |
478 | depends on CPU_FREQ && CPU_SH4 && BROKEN | 478 | depends on CPU_FREQ |
479 | select CPU_FREQ_TABLE | 479 | select CPU_FREQ_TABLE |
480 | help | 480 | help |
481 | This adds the cpufreq driver for SuperH. At present, only | 481 | This adds the cpufreq driver for SuperH. At present, only |