From 714b88c1ab2a59c2b4408e5ef4a153a87a135e39 Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Sat, 30 Apr 2022 20:17:24 +0200 Subject: [PATCH] kernel: 5.15: add missing symbol CONFIG_QCOM_SPMI_ADC_TM5 gets uncovered while building IPQ40xx with 5.15. Signed-off-by: Robert Marko --- target/linux/generic/config-5.15 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15 index 7cffea43a5..bc5ecb4d72 100644 --- a/target/linux/generic/config-5.15 +++ b/target/linux/generic/config-5.15 @@ -4837,6 +4837,7 @@ CONFIG_PWRSEQ_SIMPLE=y # CONFIG_QCOM_LMH is not set # CONFIG_QCOM_QDF2400_ERRATUM_0065 is not set # CONFIG_QCOM_SPMI_ADC5 is not set +# CONFIG_QCOM_SPMI_ADC_TM5 is not set # CONFIG_QCOM_SPMI_IADC is not set # CONFIG_QCOM_SPMI_TEMP_ALARM is not set # CONFIG_QCOM_SPMI_VADC is not set -- 2.30.2