ipq40xx: 6.1: add missing secure QFPROM symbol
authorRobert Marko <robimarko@gmail.com>
Sun, 17 Sep 2023 20:19:23 +0000 (22:19 +0200)
committerRobert Marko <robimarko@gmail.com>
Sun, 17 Sep 2023 20:19:23 +0000 (22:19 +0200)
Kernel config for 6.1 on ipq40xx is missing the config for
CONFIG_NVMEM_QCOM_SEC_QFPROM which them makes the build stop with a prompt.

Symbol is there in 5.15 config but 6.1 config was based of a version that
does not yet have it set as it was introduced after the 6.1 PR.

So, disable CONFIG_NVMEM_QCOM_SEC_QFPROM to fix building on 6.1.

Fixes: 825cfa4e36cb ("ipq40xx: 6.1: refresh kernel config")
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/ipq40xx/config-6.1

index 1fbc33103a43eae68874a9e9f0ebed3b229ad10c..2619f3f87c2f8dd9217e9362f40e59eb840e213a 100644 (file)
@@ -324,6 +324,7 @@ CONFIG_NO_HZ_IDLE=y
 CONFIG_NR_CPUS=4
 CONFIG_NVMEM=y
 CONFIG_NVMEM_QCOM_QFPROM=y
+# CONFIG_NVMEM_QCOM_SEC_QFPROM is not set
 # CONFIG_NVMEM_SPMI_SDAM is not set
 CONFIG_NVMEM_SYSFS=y
 CONFIG_OF=y