summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/Kconfig.arm
diff options
context:
space:
mode:
authorLee Jones2015-12-10 10:42:16 +0100
committerRafael J. Wysocki2015-12-12 02:55:21 +0100
commitab0ea257fc58d8742f73f50fba3797dfe001aa3c (patch)
tree91b6fdb5b477c0bcf922209229e07c1d25dee0af /drivers/cpufreq/Kconfig.arm
parentMerge branch 'pm-opp' into pm-cpufreq (diff)
downloadkernel-qcow2-linux-ab0ea257fc58d8742f73f50fba3797dfe001aa3c.tar.gz
kernel-qcow2-linux-ab0ea257fc58d8742f73f50fba3797dfe001aa3c.tar.xz
kernel-qcow2-linux-ab0ea257fc58d8742f73f50fba3797dfe001aa3c.zip
cpufreq: st: Provide runtime initialised driver for ST's platforms
The bootloader is charged with the responsibility to provide platform specific Dynamic Voltage and Frequency Scaling (DVFS) information via Device Tree. This driver takes the supplied configuration and registers it with the new generic OPP framework, to then be used with CPUFreq. Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/cpufreq/Kconfig.arm')
-rw-r--r--drivers/cpufreq/Kconfig.arm10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
index 80fbfb32b5a9..ff9be3661480 100644
--- a/drivers/cpufreq/Kconfig.arm
+++ b/drivers/cpufreq/Kconfig.arm
@@ -219,6 +219,16 @@ config ARM_SPEAR_CPUFREQ
help
This adds the CPUFreq driver support for SPEAr SOCs.
+config ARM_STI_CPUFREQ
+ tristate "STi CPUFreq support"
+ depends on SOC_STIH407
+ help
+ This driver uses the generic OPP framework to match the running
+ platform with a predefined set of suitable values. If not provided
+ we will fall-back so safe-values contained in Device Tree. Enable
+ this config option if you wish to add CPUFreq support for STi based
+ SoCs.
+
config ARM_TEGRA20_CPUFREQ
bool "Tegra20 CPUFreq support"
depends on ARCH_TEGRA