diff options
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 1ea597c6497a..78d8ace57272 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -622,25 +622,7 @@ config SH_CLK_CPG_LEGACY | |||
622 | endmenu | 622 | endmenu |
623 | 623 | ||
624 | menu "CPU Frequency scaling" | 624 | menu "CPU Frequency scaling" |
625 | |||
626 | source "drivers/cpufreq/Kconfig" | 625 | source "drivers/cpufreq/Kconfig" |
627 | |||
628 | config SH_CPU_FREQ | ||
629 | tristate "SuperH CPU Frequency driver" | ||
630 | depends on CPU_FREQ | ||
631 | select CPU_FREQ_TABLE | ||
632 | help | ||
633 | This adds the cpufreq driver for SuperH. Any CPU that supports | ||
634 | clock rate rounding through the clock framework can use this | ||
635 | driver. While it will make the kernel slightly larger, this is | ||
636 | harmless for CPUs that don't support rate rounding. The driver | ||
637 | will also generate a notice in the boot log before disabling | ||
638 | itself if the CPU in question is not capable of rate rounding. | ||
639 | |||
640 | For details, take a look at <file:Documentation/cpu-freq>. | ||
641 | |||
642 | If unsure, say N. | ||
643 | |||
644 | endmenu | 626 | endmenu |
645 | 627 | ||
646 | source "arch/sh/drivers/Kconfig" | 628 | source "arch/sh/drivers/Kconfig" |