Thermal: Add a thermal notifier for user space
[cascardo/linux.git] / drivers / thermal / Kconfig
index e1cb6bd..f679eea 100644 (file)
@@ -55,3 +55,21 @@ config EXYNOS_THERMAL
        help
          If you say yes here you get support for TMU (Thermal Managment
          Unit) on SAMSUNG EXYNOS series of SoC.
+
+config FAIR_SHARE
+       bool "Fair-share thermal governor"
+       depends on THERMAL
+       help
+         Enable this to manage platform thermals using fair-share governor.
+
+config STEP_WISE
+       bool "Step_wise thermal governor"
+       depends on THERMAL
+       help
+         Enable this to manage platform thermals using a simple linear
+
+config USER_SPACE
+       bool "User_space thermal governor"
+       depends on THERMAL
+       help
+         Enable this to let the user space manage the platform thermals.