aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorNitheesh Sekar <nsekar@codeaurora.org>2019-03-22 15:10:43 +0530
committerStefan Reinauer <stefan.reinauer@coreboot.org>2019-06-02 19:52:37 +0000
commita2c219a91d41463bf8830b321ee461806f9698da (patch)
treec23b6742963e97121c2f73082827fa211f2296d2 /src/mainboard
parentc82acf59311abbb7e27add8d452282d57ed988aa (diff)
qcs405: Enable SPI-NOR
Enable support for Gigadevice spi-nor flash. Change-Id: I340eb3bf77b25fe3502d4b29ef4bf7c06b282c02 Signed-off-by: Nitheesh Sekar <nsekar@codeaurora.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/29968 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/mistral/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/mistral/Kconfig b/src/mainboard/google/mistral/Kconfig
index d1ab9c4f11..a2ba7cc24a 100644
--- a/src/mainboard/google/mistral/Kconfig
+++ b/src/mainboard/google/mistral/Kconfig
@@ -10,6 +10,8 @@ config BOARD_SPECIFIC_OPTIONS
select COMMON_CBFS_SPI_WRAPPER
select SOC_QUALCOMM_QCS405
select SPI_FLASH
+ select SPI_FLASH_GIGADEVICE
+ select SPI_FLASH_WINBOND
select MAINBOARD_HAS_CHROMEOS
config VBOOT