diff options
author | Robert Marko <robert.marko@sartura.hr> | 2022-04-30 20:17:24 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-04-30 21:27:46 +0200 |
commit | 714b88c1ab2a59c2b4408e5ef4a153a87a135e39 (patch) | |
tree | 64956724dd2db267bb839230fef589bf21b95904 /target | |
parent | e08942e76a162962892020a0f7e52ef751ec68e4 (diff) | |
download | upstream-714b88c1ab2a59c2b4408e5ef4a153a87a135e39.tar.gz upstream-714b88c1ab2a59c2b4408e5ef4a153a87a135e39.tar.bz2 upstream-714b88c1ab2a59c2b4408e5ef4a153a87a135e39.zip |
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@sartura.hr>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-5.15 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |