aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index a6b09dc156..a5a0f0077e 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -946,6 +946,13 @@ config DEBUG_TPM
help
This option enables additional TPM related debug messages.
+config DEBUG_SPI_FLASH
+ bool "Output verbose SPI flash debug messages"
+ default n
+ depends on SPI_FLASH
+ help
+ This option enables additional SPI flash related debug messages.
+
if SOUTHBRIDGE_INTEL_BD82X6X && DEFAULT_CONSOLE_LOGLEVEL_8
# Only visible with the right southbridge and loglevel.
config DEBUG_INTEL_ME