aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig18
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
622endmenu 622endmenu
623 623
624menu "CPU Frequency scaling" 624menu "CPU Frequency scaling"
625
626source "drivers/cpufreq/Kconfig" 625source "drivers/cpufreq/Kconfig"
627
628config 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
644endmenu 626endmenu
645 627
646source "arch/sh/drivers/Kconfig" 628source "arch/sh/drivers/Kconfig"