diff options
author | Tomeu Vizoso <tomeu.vizoso@collabora.com> | 2014-11-24 13:28:17 +0100 |
---|---|---|
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2015-01-29 21:25:48 +0900 |
commit | 6234f38016ad56321ad0e4bfb57a10a3d940380a (patch) | |
tree | 731591afd3d95f51e0b5c4d3d5db04122e7129a2 /drivers/devfreq/Kconfig | |
parent | 26bc420b59a38e4e6685a73345a0def461136dce (diff) | |
download | linux-6234f38016ad56321ad0e4bfb57a10a3d940380a.tar.gz linux-6234f38016ad56321ad0e4bfb57a10a3d940380a.tar.bz2 linux-6234f38016ad56321ad0e4bfb57a10a3d940380a.zip |
PM / devfreq: tegra: add devfreq driver for Tegra Activity Monitor
The ACTMON block can monitor several counters, providing averaging and firing
interrupts based on watermarking configuration. This implementation monitors
the MCALL and MCCPU counters to choose an appropriate frequency for the
external memory clock.
This patch is based on work by Alex Frid <afrid@nvidia.com> and Mikko
Perttunen <mikko.perttunen@kapsi.fi>.
Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Diffstat (limited to 'drivers/devfreq/Kconfig')
-rw-r--r-- | drivers/devfreq/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig index faf4e70c42e0..4aab799712bb 100644 --- a/drivers/devfreq/Kconfig +++ b/drivers/devfreq/Kconfig @@ -87,4 +87,14 @@ config ARM_EXYNOS5_BUS_DEVFREQ It reads PPMU counters of memory controllers and adjusts the operating frequencies and voltages with OPP support. +config ARM_TEGRA_DEVFREQ + tristate "Tegra DEVFREQ Driver" + depends on ARCH_TEGRA_124_SOC + select DEVFREQ_GOV_SIMPLE_ONDEMAND + select PM_OPP + help + This adds the DEVFREQ driver for the Tegra family of SoCs. + It reads ACTMON counters of memory controllers and adjusts the + operating frequencies and voltages with OPP support. + endif # PM_DEVFREQ |