xref: /openbmc/linux/drivers/thermal/qcom/Kconfig (revision 151f4e2b)
1config QCOM_TSENS
2	tristate "Qualcomm TSENS Temperature Alarm"
3	depends on QCOM_QFPROM
4	depends on ARCH_QCOM || COMPILE_TEST
5	help
6	  This enables the thermal sysfs driver for the TSENS device. It shows
7	  up in Sysfs as a thermal zone with multiple trip points. Disabling the
8	  thermal zone device via the mode file results in disabling the sensor.
9	  Also able to set threshold temperature for both hot and cold and update
10	  when a threshold is reached.
11
12config QCOM_SPMI_TEMP_ALARM
13	tristate "Qualcomm SPMI PMIC Temperature Alarm"
14	depends on OF && SPMI && IIO
15	select REGMAP_SPMI
16	help
17	  This enables a thermal sysfs driver for Qualcomm plug-and-play (QPNP)
18	  PMIC devices. It shows up in sysfs as a thermal sensor with multiple
19	  trip points. The temperature reported by the thermal sensor reflects the
20	  real time die temperature if an ADC is present or an estimate of the
21	  temperature based upon the over temperature stage value.
22