Kconfig (03ab8e6297acd1bc0eedaa050e2a1635c576fd11) | Kconfig (28fc7c986f01fdcfd28af648be2597624cac0e27) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config QCOM_TSENS 3 tristate "Qualcomm TSENS Temperature Alarm" | 1# SPDX-License-Identifier: GPL-2.0-only 2config QCOM_TSENS 3 tristate "Qualcomm TSENS Temperature Alarm" |
4 depends on QCOM_QFPROM | 4 depends on NVMEM_QCOM_QFPROM |
5 depends on ARCH_QCOM || COMPILE_TEST 6 help 7 This enables the thermal sysfs driver for the TSENS device. It shows 8 up in Sysfs as a thermal zone with multiple trip points. Disabling the 9 thermal zone device via the mode file results in disabling the sensor. 10 Also able to set threshold temperature for both hot and cold and update 11 when a threshold is reached. 12 --- 31 unchanged lines hidden --- | 5 depends on ARCH_QCOM || COMPILE_TEST 6 help 7 This enables the thermal sysfs driver for the TSENS device. It shows 8 up in Sysfs as a thermal zone with multiple trip points. Disabling the 9 thermal zone device via the mode file results in disabling the sensor. 10 Also able to set threshold temperature for both hot and cold and update 11 when a threshold is reached. 12 --- 31 unchanged lines hidden --- |