aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/qcom/Kconfig
blob: be32e5abce3cb134683c19432e37cc372adb9f6b (plain)
1
2
3
4
5
6
7
8
9
10
11
config QCOM_TSENS
	tristate "Qualcomm TSENS Temperature Alarm"
	depends on THERMAL
	depends on QCOM_QFPROM
	depends on ARCH_QCOM || COMPILE_TEST
	help
	  This enables the thermal sysfs driver for the TSENS device. It shows
	  up in Sysfs as a thermal zone with multiple trip points. Disabling the
	  thermal zone device via the mode file results in disabling the sensor.
	  Also able to set threshold temperature for both hot and cold and update
	  when a threshold is reached.