aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/sc7180/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/qualcomm/sc7180/Kconfig')
-rw-r--r--src/soc/qualcomm/sc7180/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/soc/qualcomm/sc7180/Kconfig b/src/soc/qualcomm/sc7180/Kconfig
index 70737e9379..4093c93213 100644
--- a/src/soc/qualcomm/sc7180/Kconfig
+++ b/src/soc/qualcomm/sc7180/Kconfig
@@ -22,4 +22,13 @@ config VBOOT
select VBOOT_MUST_REQUEST_DISPLAY
select VBOOT_STARTS_IN_BOOTBLOCK
+config SC7180_QSPI
+ bool
+ default y if COMMON_CBFS_SPI_WRAPPER
+ prompt "Build Flash Using SPI-NOR"
+
+config BOOT_DEVICE_SPI_FLASH_BUS
+ int
+ default 16
+
endif