thermal: Add Mediatek thermal controller support
[cascardo/linux.git] / drivers / thermal / Kconfig
index 7c92c09..5e7c97a 100644 (file)
@@ -365,6 +365,14 @@ config INTEL_PCH_THERMAL
          Thermal reporting device will provide temperature reading,
          programmable trip points and other information.
 
+config MTK_THERMAL
+       tristate "Temperature sensor driver for mediatek SoCs"
+       depends on ARCH_MEDIATEK || COMPILE_TEST
+       default y
+       help
+         Enable this option if you want to have support for thermal management
+         controller present in Mediatek SoCs
+
 menu "Texas Instruments thermal drivers"
 depends on ARCH_HAS_BANDGAP || COMPILE_TEST
 source "drivers/thermal/ti-soc-thermal/Kconfig"