[openwrt/openwrt] kernel: 5.15: add missing symbol

LEDE Commits lede-commits at lists.infradead.org
Sat Apr 30 15:54:21 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/714b88c1ab2a59c2b4408e5ef4a153a87a135e39

commit 714b88c1ab2a59c2b4408e5ef4a153a87a135e39
Author: Robert Marko <robert.marko at sartura.hr>
AuthorDate: Sat Apr 30 20:17:24 2022 +0200

    kernel: 5.15: add missing symbol
    
    CONFIG_QCOM_SPMI_ADC_TM5 gets uncovered while building IPQ40xx with 5.15.
    
    Signed-off-by: Robert Marko <robert.marko at sartura.hr>
---
 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




More information about the lede-commits mailing list