From a8280e4cc0bf146ca29030a8d1d50b7276d26c6e Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Fri, 3 Jan 2020 15:31:01 -0700 Subject: drivers/spi: remove SPI_FLASH_FAST_READ_DUAL_OUTPUT_3B option The SPI_FLASH_FAST_READ_DUAL_OUTPUT_3B option is no longer being used in the code. There's a runtime check for supporting fast read dual output mode of the spi flash. Remove the references to SPI_FLASH_FAST_READ_DUAL_OUTPUT_3B. Change-Id: Ie7d9d3f91f29a700f07ab33feaf427a872bbf7df Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/c/coreboot/+/38166 Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/mainboard/google/nyan_blaze/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/google/nyan_blaze') diff --git a/src/mainboard/google/nyan_blaze/Kconfig b/src/mainboard/google/nyan_blaze/Kconfig index 8de957d9f2..82a28ed421 100644 --- a/src/mainboard/google/nyan_blaze/Kconfig +++ b/src/mainboard/google/nyan_blaze/Kconfig @@ -27,7 +27,6 @@ config BOARD_SPECIFIC_OPTIONS select SPI_FLASH select SPI_FLASH_GIGADEVICE select SPI_FLASH_WINBOND - select SPI_FLASH_FAST_READ_DUAL_OUTPUT_3B select MAINBOARD_HAS_I2C_TPM_GENERIC select MAINBOARD_HAS_TPM1 -- cgit v1.2.3