From b76b5edc790b09ffebe5dcf4e2377f572912ff99 Mon Sep 17 00:00:00 2001 From: David Collins Date: Fri, 11 Nov 2022 19:00:25 -0800 Subject: [PATCH] defconfig: pineapple-gki: enable QFPROM and TSENS drivers Enable the qcom-qfprom and qcom-tsens drivers. This is needed so that the qcom-spmi-temp-alarm driver can be compiled. Change-Id: Iae6ff0def8b575da9ad5ae0c3b106c5f0f7eddc5 Signed-off-by: David Collins --- arch/arm64/configs/vendor/pineapple_GKI.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/vendor/pineapple_GKI.config b/arch/arm64/configs/vendor/pineapple_GKI.config index 171529c7c970..315088fb8fc9 100644 --- a/arch/arm64/configs/vendor/pineapple_GKI.config +++ b/arch/arm64/configs/vendor/pineapple_GKI.config @@ -131,6 +131,7 @@ CONFIG_QCOM_Q6V5_COMMON=m # CONFIG_QCOM_Q6V5_MSS is not set CONFIG_QCOM_Q6V5_PAS=m # CONFIG_QCOM_Q6V5_WCSS is not set +CONFIG_QCOM_QFPROM=m CONFIG_QCOM_QMI_HELPERS=m CONFIG_QCOM_RAMDUMP=m CONFIG_QCOM_RPMH=m @@ -149,6 +150,7 @@ CONFIG_QCOM_SPMI_ADC5_GEN3=m CONFIG_QCOM_SPMI_TEMP_ALARM=m CONFIG_QCOM_SPSS=m CONFIG_QCOM_STATS=m +CONFIG_QCOM_TSENS=m CONFIG_QCOM_VADC_COMMON=m # CONFIG_QCOM_WCNSS_PIL is not set CONFIG_QRTR=m