From 96d92765e1fd3acdf25e24b0258edb3b02baa0de Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 11 Nov 2014 15:04:38 +0200 Subject: SPI: Add vendor Atmel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I60e578003b857f5dcabb2e9bc75aa46acddb62b8 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/7433 Reviewed-by: Edward O'Callaghan Tested-by: build bot (Jenkins) --- src/drivers/spi/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/drivers/spi/Kconfig') diff --git a/src/drivers/spi/Kconfig b/src/drivers/spi/Kconfig index d832e0c233..4cc439ac8f 100644 --- a/src/drivers/spi/Kconfig +++ b/src/drivers/spi/Kconfig @@ -54,6 +54,13 @@ config SPI_FLASH_AMIC Select this option if your chipset driver needs to store certain data in the SPI flash and your SPI flash is made by AMIC. +config SPI_FLASH_ATMEL + bool + default y + help + Select this option if your chipset driver needs to store certain + data in the SPI flash and your SPI flash is made by Atmel. + config SPI_FLASH_EON bool default y -- cgit v1.2.3