mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-27 04:54:41 +08:00
e8c24c6f5d
qcs404 has a single TSENS IP block with 10 sensors. It uses version 1.4 of the TSENS IP, functionality for which is encapsulated inside the qcom,tsens-v1 compatible. Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
6 lines
201 B
Makefile
6 lines
201 B
Makefile
obj-$(CONFIG_QCOM_TSENS) += qcom_tsens.o
|
|
|
|
qcom_tsens-y += tsens.o tsens-common.o tsens-v0_1.o \
|
|
tsens-8960.o tsens-v2.o tsens-v1.o
|
|
obj-$(CONFIG_QCOM_SPMI_TEMP_ALARM) += qcom-spmi-temp-alarm.o
|