summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zephyr/Kconfig.console1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/Kconfig.console b/zephyr/Kconfig.console
index 78a2233246..030217a87f 100644
--- a/zephyr/Kconfig.console
+++ b/zephyr/Kconfig.console
@@ -82,6 +82,7 @@ menuconfig PLATFORM_EC_CONSOLE_DEBUG
config PLATFORM_EC_LOG_BACKEND_CONSOLE_BUFFER
bool "Logging backend for the console buffer"
depends on PLATFORM_EC_HOSTCMD_CONSOLE
+ depends on !LOG_MODE_MINIMAL
select LOG_OUTPUT
help
Enable the logging backend for the console buffer.