summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorRobert Marko <robimarko@gmail.com>2023-09-17 22:19:23 +0200
committerRobert Marko <robimarko@gmail.com>2023-09-17 22:19:23 +0200
commit98bad1b4fc0d1a42b20eb1d3518f59aa7bb0b2d8 (patch)
tree6f723650b04023903917cf11d645dc06b47b1626 /target/linux
parentb50827fb105cf770cf86f37a1ec6331c0a138eea (diff)
downloadopenwrt-98bad1b4fc0d1a42b20eb1d3518f59aa7bb0b2d8.tar.gz
openwrt-98bad1b4fc0d1a42b20eb1d3518f59aa7bb0b2d8.tar.bz2
openwrt-98bad1b4fc0d1a42b20eb1d3518f59aa7bb0b2d8.zip
ipq40xx: 6.1: add missing secure QFPROM symbol
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>
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/ipq40xx/config-6.11
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/config-6.1 b/target/linux/ipq40xx/config-6.1
index 1fbc33103a..2619f3f87c 100644
--- a/target/linux/ipq40xx/config-6.1
+++ b/target/linux/ipq40xx/config-6.1
@@ -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