MALI: utgard: upgrade DDK to r6p1-01rel0
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / arm / mali400 / mali / Kconfig
index f199123e6989505d02944e8c0e67a7367e008bb6..7b4e9fb2cf90c695f6b178a49ccee9c40f45f99c 100755 (executable)
@@ -50,7 +50,7 @@ config MALI400_UMP
 
 config MALI_DVFS
        bool "Enable Mali dynamically frequency change"
-       depends on MALI400
+       depends on MALI400 && !MALI_DEVFREQ
        default y
        ---help---
          This enables support for dynamic change frequency of Mali with the goal of lowering power consumption.
@@ -96,6 +96,17 @@ config MALI_DT
          device tree is enabled in kernel and corresponding hardware description is implemented
          properly in device DTS file.
 
+config MALI_DEVFREQ
+       bool "Using devfreq to tuning frequency"
+       depends on MALI400 && PM_DEVFREQ
+       default n
+       ---help---
+       Support devfreq for Mali.
+
+       Using the devfreq framework and, by default, the simpleondemand
+       governor, the frequency of Mali will be dynamically selected from the
+       available OPPs.
+
 config MALI_QUIET
        bool "Make Mali driver very quiet"
        depends on MALI400 && !MALI400_DEBUG