summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 2b08abde9b..817dc659f6 100644
--- a/include/config.h
+++ b/include/config.h
@@ -775,6 +775,12 @@
#undef CONFIG_CONSOLE_COMMAND_FLAGS_DEFAULT
/*
+ * Enable EC_CMD_CONSOLE_READ V1. One could disable this config to prevent
+ * kernel from creating the `console_log` debugfs entry.
+ */
+#define CONFIG_CONSOLE_ENABLE_READ_V1
+
+/*
* Number of entries in console history buffer.
*
* Boards may #undef this to reduce memory usage.