aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/qualcomm/Kconfig')
-rw-r--r--src/soc/qualcomm/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/soc/qualcomm/Kconfig b/src/soc/qualcomm/Kconfig
index b7a12d4f9c..918093b7d8 100644
--- a/src/soc/qualcomm/Kconfig
+++ b/src/soc/qualcomm/Kconfig
@@ -1 +1,9 @@
source src/soc/qualcomm/ipq806x/Kconfig
+
+config CBFS_SIZE
+ hex "Size of CBFS filesystem in ROM"
+ default ROM_SIZE
+ help
+ CBFS size needs to match the size of memory allocated to the
+ coreboot blob elsewhere in the system. Make sure this config option
+ is fine tuned in the board config file.