diff options
-rw-r--r-- | src/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig index 33065cbddb..ecfac12d06 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1103,7 +1103,7 @@ config DEBUG_SPI_FLASH help This option enables additional SPI flash related debug messages. -if SOUTHBRIDGE_INTEL_BD82X6X && DEFAULT_CONSOLE_LOGLEVEL_8 +if (SOUTHBRIDGE_INTEL_BD82X6X || SOUTHBRIDGE_INTEL_C216) && DEFAULT_CONSOLE_LOGLEVEL_8 # Only visible with the right southbridge and loglevel. config DEBUG_INTEL_ME bool "Verbose logging for Intel Management Engine" |