diff options
author | Zhang Rui <rui.zhang@intel.com> | 2016-03-15 02:53:01 +0300 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2016-03-15 02:53:01 +0300 |
commit | 032f4a1e5a307c63b5ac27298ea82eb328f40ccc (patch) | |
tree | 3ba2d301d6408c6d3b11439076464f25c24b8cd5 /drivers/thermal/Kconfig | |
parent | ccb361d2fdda8975c8bbc8a1749c31dbd62dd276 (diff) | |
parent | 61f846f37354fd294f3172845d9fec2c03f60a45 (diff) | |
download | linux-032f4a1e5a307c63b5ac27298ea82eb328f40ccc.tar.xz |
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal into thermal-soc
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r-- | drivers/thermal/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index d1fd2e5d25e2..c37eedc35a24 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -372,6 +372,15 @@ 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 + 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 |