aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/ipq40xx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/qualcomm/ipq40xx/Kconfig')
-rw-r--r--src/soc/qualcomm/ipq40xx/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/soc/qualcomm/ipq40xx/Kconfig b/src/soc/qualcomm/ipq40xx/Kconfig
index 86db09b8e5..37046cae70 100644
--- a/src/soc/qualcomm/ipq40xx/Kconfig
+++ b/src/soc/qualcomm/ipq40xx/Kconfig
@@ -42,4 +42,12 @@ config SBL_ELF
The path and filename of the binary blob containing
ipq40xx early initialization code, as supplied by the
vendor.
+
+config SBL_UTIL_PATH
+ depends on USE_BLOBS
+ string "Path for utils to combine SBL_ELF and bootblock"
+ default "util/ipqheader"
+ help
+ Path for utils to combine SBL_ELF and bootblock
+
endif