diff options
author | Akash Asthana <akashast@codeaurora.org> | 2019-07-29 18:11:15 +0530 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-12-05 17:56:44 +0000 |
commit | 634c783d1fbee4a9dee7a04c8d2e21d8b6d18e3c (patch) | |
tree | 931979b66bc2414335c89235ca67d20119045b44 /src/soc/qualcomm/sc7180/Kconfig | |
parent | 7e51f15129b67407b2803f1b229b7d873a598d6b (diff) |
sc7180: Add SPI-NOR support
This implements the SPI-NOR driver for the Qualcomm QSPI core.
Developer/Reviewer, be aware of this patch from Napali:
https://review.coreboot.org/c/coreboot/+/27483/58
Change-Id: I2eb8cf90aa4559541ba293b3fd2870896bed20b7
Signed-off-by: Akash Asthana <akashast@codeaurora.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35501
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/qualcomm/sc7180/Kconfig')
-rw-r--r-- | src/soc/qualcomm/sc7180/Kconfig | 9 |
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 |