diff options
author | Prudhvi Yarlagadda <pyarlaga@codeaurora.org> | 2019-03-14 11:01:12 +0530 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-06-04 14:16:45 +0000 |
commit | 13539d2f9d671099764f12e45b8e6d4e41c8e4af (patch) | |
tree | 74ea95141cad2e9bdcafaa88998b67f5bf183d8e /src/soc/qualcomm/qcs405/Kconfig | |
parent | 37e957f3349c461371e15cd3d6f754514506ce47 (diff) |
qcs405: Add SPI driver support
Add SPI driver support in coreboot.
Change-Id: I813ba0b5cc8344c463c3e41ff6db80bc0d8ebd96
Signed-off-by: Prudhvi Yarlagadda <pyarlaga@codeaurora.org>
Signed-off-by: Nitheesh Sekar <nsekar@codeaurora.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32058
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/qualcomm/qcs405/Kconfig')
-rw-r--r-- | src/soc/qualcomm/qcs405/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/soc/qualcomm/qcs405/Kconfig b/src/soc/qualcomm/qcs405/Kconfig index 6bbdd3bf34..aa867c2f25 100644 --- a/src/soc/qualcomm/qcs405/Kconfig +++ b/src/soc/qualcomm/qcs405/Kconfig @@ -19,4 +19,13 @@ config VBOOT select VBOOT_SEPARATE_VERSTAGE select VBOOT_RETURN_FROM_VERSTAGE select VBOOT_STARTS_IN_BOOTBLOCK + +config QCS405_BLSP_SPI + bool + default y + prompt "Build Flash Using SPI-NOR" + +config BOOT_DEVICE_SPI_FLASH_BUS + int + default 5 endif |