diff options
author | Idwer Vollering <vidwer@gmail.com> | 2014-02-16 00:32:13 +0000 |
---|---|---|
committer | Idwer Vollering <vidwer@gmail.com> | 2014-02-17 10:21:48 +0100 |
commit | 73a1018ce33a85c0b55633410225162e1bf3fe2c (patch) | |
tree | 4c7c4db138bc9126c66e27af67728a43cd452851 /src/drivers/spi/Kconfig | |
parent | a4c7b7a46b16de7dfa2c3f2fe1e1ce071328fa77 (diff) |
src/drivers/spi: introduce AMIC support
Add support for the AMIC A25L032 flash chip.
Change-Id: Ie8d441a923c6fbd18c16440b4571321652d934d5
Signed-off-by: Idwer Vollering <vidwer@gmail.com>
Reviewed-on: http://review.coreboot.org/5252
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/drivers/spi/Kconfig')
-rw-r--r-- | src/drivers/spi/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/drivers/spi/Kconfig b/src/drivers/spi/Kconfig index a99199ab76..c5db9691a9 100644 --- a/src/drivers/spi/Kconfig +++ b/src/drivers/spi/Kconfig @@ -31,6 +31,14 @@ config SPI_FLASH_SMM help Select this option if you want SPI flash support in SMM. +config SPI_FLASH_AMIC + 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 AMIC. + config SPI_FLASH_EON bool default y |