From bceaf7fea0e8201653e62e0f6f18fb845baea219 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Fri, 7 Sep 2012 15:02:35 -0600 Subject: Add Gigadevice SPI rom support Add support for GigaDevice SPI ROMS. The GD25Q64B device has been tested, the other rom devices added to the file have not. Change-Id: If35676ca6b90329f15667ebb32efa0d1a159ae91 Signed-off-by: Martin Roth Reviewed-on: http://review.coreboot.org/1747 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/drivers/spi/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/drivers/spi/Kconfig') diff --git a/src/drivers/spi/Kconfig b/src/drivers/spi/Kconfig index e022290457..334ee9589f 100644 --- a/src/drivers/spi/Kconfig +++ b/src/drivers/spi/Kconfig @@ -86,3 +86,11 @@ config SPI_FLASH_NO_FAST_READ help Select this option if your setup requires to avoid "fast read"s from the SPI flash parts. + +config SPI_FLASH_GIGADEVICE + bool + default y + depends on SPI_FLASH + help + Select this option if your chipset driver needs to store certain + data in the SPI flash and your SPI flash is made by Gigadevice. -- cgit v1.2.3