diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-02-06 23:49:26 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-02-06 23:49:26 +0300 |
commit | 10388cbf60b2b1521c17853591cf0bd48c2bbddb (patch) | |
tree | 7bc0cdd22f37d2a56e880665fac8ce95cdb4ce8d | |
parent | 211932f5c42e8af321b82f64a2d21f555acbe7c9 (diff) |
DEBUG_INTEL_ME: allow for C216 sbmbp101_medisable
-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" |