diff options
Diffstat (limited to 'drivers/devfreq/Kconfig')
-rw-r--r-- | drivers/devfreq/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig index 3891f6781298..64281bb2f650 100644 --- a/drivers/devfreq/Kconfig +++ b/drivers/devfreq/Kconfig | |||
@@ -88,4 +88,16 @@ config ARM_EXYNOS5_BUS_DEVFREQ | |||
88 | It reads PPMU counters of memory controllers and adjusts the | 88 | It reads PPMU counters of memory controllers and adjusts the |
89 | operating frequencies and voltages with OPP support. | 89 | operating frequencies and voltages with OPP support. |
90 | 90 | ||
91 | config ARM_TEGRA_DEVFREQ | ||
92 | tristate "Tegra DEVFREQ Driver" | ||
93 | depends on ARCH_TEGRA_124_SOC | ||
94 | select DEVFREQ_GOV_SIMPLE_ONDEMAND | ||
95 | select PM_OPP | ||
96 | help | ||
97 | This adds the DEVFREQ driver for the Tegra family of SoCs. | ||
98 | It reads ACTMON counters of memory controllers and adjusts the | ||
99 | operating frequencies and voltages with OPP support. | ||
100 | |||
101 | source "drivers/devfreq/event/Kconfig" | ||
102 | |||
91 | endif # PM_DEVFREQ | 103 | endif # PM_DEVFREQ |