diff options
author | Zhang Rui <rui.zhang@intel.com> | 2017-05-06 13:30:53 +0200 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2017-05-06 13:30:53 +0200 |
commit | e4cb5bb286af409d814e4d13c650a736769b854b (patch) | |
tree | 10fe0c97da03e6365df883d5c8ffed52a47f8d45 /drivers/thermal/Kconfig | |
parent | Linux 4.11-rc6 (diff) | |
parent | thermal: mt8173: minor mtk_thermal.c cleanups (diff) | |
download | linux-e4cb5bb286af409d814e4d13c650a736769b854b.tar.xz linux-e4cb5bb286af409d814e4d13c650a736769b854b.zip |
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 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 776b34396144..f786ae433032 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -303,6 +303,16 @@ config DB8500_CPUFREQ_COOLING bound cpufreq cooling device turns active to set CPU frequency low to cool down the CPU. +config DA9062_THERMAL + tristate "DA9062/DA9061 Dialog Semiconductor thermal driver" + depends on MFD_DA9062 || COMPILE_TEST + depends on OF + help + Enable this for the Dialog Semiconductor thermal sensor driver. + This will report PMIC junction over-temperature for one thermal trip + zone. + Compatible with the DA9062 and DA9061 PMICs. + config INTEL_POWERCLAMP tristate "Intel PowerClamp idle injection driver" depends on THERMAL @@ -392,6 +402,11 @@ config MTK_THERMAL Enable this option if you want to have support for thermal management controller present in Mediatek SoCs +menu "Broadcom thermal drivers" +depends on ARCH_BCM || COMPILE_TEST +source "drivers/thermal/broadcom/Kconfig" +endmenu + menu "Texas Instruments thermal drivers" depends on ARCH_HAS_BANDGAP || COMPILE_TEST depends on HAS_IOMEM |