Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30964
Change subject: soc/qualcomm/qcs405: Define a Kconfig variable that the code is missing ......................................................................
soc/qualcomm/qcs405: Define a Kconfig variable that the code is missing
It's used in the code but never defined, which trips up the linter. We need to sort it out before the patch train gets in, but until then, the linter is mostly creating noise.
Change-Id: Ib04d5b6d2cb03cc8ee6ef0275e1b201c0fc9eb6d Signed-off-by: Patrick Georgi pgeorgi@google.com --- M src/soc/qualcomm/qcs405/Kconfig 1 file changed, 7 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/64/30964/1
diff --git a/src/soc/qualcomm/qcs405/Kconfig b/src/soc/qualcomm/qcs405/Kconfig index b24dc9e..ea1cee4 100644 --- a/src/soc/qualcomm/qcs405/Kconfig +++ b/src/soc/qualcomm/qcs405/Kconfig @@ -21,6 +21,13 @@ select VBOOT_OPROM_MATTERS select VBOOT_STARTS_IN_BOOTBLOCK
+config QC_SDI_ENABLE + bool + default n + help + dummy entry because that variable isn't _really_ used yet. + todo(pgeorgi): check if used before merging + config QC_SOC_SIMULATE bool prompt "Build for Early Simulation Environment"