From c3b024e99baf8d27ae1554b0dd0ef061f82b64ee Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Mon, 15 Aug 2016 14:13:05 -0500 Subject: Revert "Kconfig: separate memory mapped boot device from SPI" This reverts commit a83bbf58541cf41ea7a97dedbc8c02dffa59e86d. This was submitted out of order. Change-Id: Ic5a28faf94c1f1901a72e46343722eb4224c5086 Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/16226 Reviewed-by: Paul Menzel Reviewed-by: Nico Huber --- src/drivers/spi/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/drivers/spi') diff --git a/src/drivers/spi/Kconfig b/src/drivers/spi/Kconfig index 7776d5bb2f..194e61f2f9 100644 --- a/src/drivers/spi/Kconfig +++ b/src/drivers/spi/Kconfig @@ -37,6 +37,13 @@ config SPI_ATOMIC_SEQUENCING in the SPI controller. Hardware manages the transaction instead of software. This is common on x86 platforms. +config SPI_FLASH_MEMORY_MAPPED + bool + default y if ARCH_X86 + default n if !ARCH_X86 + help + Inform system if SPI is memory-mapped or not. + config SPI_FLASH_SMM bool "SPI flash driver support in SMM" default n -- cgit v1.2.3