diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-02-06 23:49:26 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-02-07 01:50:21 +0300 |
commit | a6652d5ec08d90e3f8308ebb18b33027527f3a6f (patch) | |
tree | d27d10362c358daea8a2f7e2ac29b89773aff866 | |
parent | c7a2902cf1b973ed6af2edf7f95af40af0e11835 (diff) |
DEBUG_INTEL_ME: allow for C216 sb
-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" |