diff options
author | Zhang Rui <rui.zhang@intel.com> | 2017-05-06 14:31:19 +0300 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2017-05-06 14:31:19 +0300 |
commit | cb15c81a0c1c1f7829b9809a209ecacc77f5aa63 (patch) | |
tree | 165f3a46c4d72ba5b1f517276f2026bec69a2d9b /drivers/thermal/Kconfig | |
parent | bb4d5e38decf3f3c6bf170d19603949abb4d4b99 (diff) | |
parent | e4cb5bb286af409d814e4d13c650a736769b854b (diff) | |
download | linux-cb15c81a0c1c1f7829b9809a209ecacc77f5aa63.tar.xz |
Merge branch 'thermal-soc' into next
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 74ef51dfb816..4edc011fe4a5 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -320,6 +320,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 @@ -409,6 +419,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 |