summaryrefslogtreecommitdiffstats
path: root/src/Kconfig
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2018-06-05 22:34:08 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-06-11 08:43:30 +0000
commit9e53db4dc32da0aae986e4813401d5a92c2bb0fd (patch)
treeb12080b2cf96884744f0e04605ea2d805e247cd1 /src/Kconfig
parent1d017363c4fe44af4ede6cbfdf0f950ee5c6722d (diff)
downloadcoreboot-9e53db4dc32da0aae986e4813401d5a92c2bb0fd.tar.gz
coreboot-9e53db4dc32da0aae986e4813401d5a92c2bb0fd.tar.bz2
coreboot-9e53db4dc32da0aae986e4813401d5a92c2bb0fd.zip
drivers/spi: Remove Kconfig prompt from SPI_FLASH_SMM
Why would that be a user visible option? Drop the prompt and the `default n` and select it automatically when needed. I hope I caught all its users. TEST=Confirmed that systems with ELOG_GSMI or DEBUG_SMI compile and link. Change-Id: I44aeec530cc333f4ed4c8cfe67c7b5c9d8fb0049 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/26872 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 4465a6b0dc9d..fd0a4eb9a649 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -748,7 +748,7 @@ config DEBUG_SMI
bool "Output verbose SMI debug messages"
default n
depends on HAVE_SMI_HANDLER
- select SPI_FLASH_SMM if SPI_CONSOLE
+ select SPI_FLASH_SMM if SPI_CONSOLE || CONSOLE_SPI_FLASH
help
This option enables additional SMI related debug messages.