Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux...
authorZhang Rui <rui.zhang@intel.com>
Mon, 14 Mar 2016 23:53:01 +0000 (07:53 +0800)
committerZhang Rui <rui.zhang@intel.com>
Mon, 14 Mar 2016 23:53:01 +0000 (07:53 +0800)
1  2 
drivers/thermal/Kconfig

@@@ -372,9 -365,17 +372,18 @@@ config INTEL_PCH_THERMA
          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
+       depends on HAS_IOMEM
+       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
 +depends on HAS_IOMEM
  source "drivers/thermal/ti-soc-thermal/Kconfig"
  endmenu