]> rtime.felk.cvut.cz Git - linux-imx.git/blobdiff - drivers/cpufreq/Kconfig
cpufreq: sh: move cpufreq driver to drivers/cpufreq
[linux-imx.git] / drivers / cpufreq / Kconfig
index a2f1600c78f8566b25a03dbb30bd133b0547330c..602d5dbc434599eca6a443eb709eab3c5a6d05c8 100644 (file)
@@ -235,10 +235,46 @@ config IA64_ACPI_CPUFREQ
 
 endmenu
 
+menu "MIPS CPUFreq processor drivers"
+depends on MIPS
+
+config LOONGSON2_CPUFREQ
+       tristate "Loongson2 CPUFreq Driver"
+       select CPU_FREQ_TABLE
+       help
+         This option adds a CPUFreq driver for loongson processors which
+         support software configurable cpu frequency.
+
+         Loongson2F and it's successors support this feature.
+
+         For details, take a look at <file:Documentation/cpu-freq/>.
+
+         If in doubt, say N.
+
+endmenu
+
 menu "PowerPC CPU frequency scaling drivers"
 depends on PPC32 || PPC64
 source "drivers/cpufreq/Kconfig.powerpc"
 endmenu
 
+menu "SH CPU Frequency scaling"
+depends on SUPERH
+config SH_CPU_FREQ
+       tristate "SuperH CPU Frequency driver"
+       select CPU_FREQ_TABLE
+       help
+         This adds the cpufreq driver for SuperH. Any CPU that supports
+         clock rate rounding through the clock framework can use this
+         driver. While it will make the kernel slightly larger, this is
+         harmless for CPUs that don't support rate rounding. The driver
+         will also generate a notice in the boot log before disabling
+         itself if the CPU in question is not capable of rate rounding.
+
+         For details, take a look at <file:Documentation/cpu-freq>.
+
+         If unsure, say N.
+endmenu
+
 endif
 endmenu