summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 635c47f9b3..3133fc0503 100644
--- a/include/config.h
+++ b/include/config.h
@@ -165,6 +165,13 @@
*/
#define CONFIG_CONSOLE_CMDHELP
+/*
+ * Number of entries in console history buffer.
+ *
+ * Boards may #undef this to reduce memory usage.
+ */
+#define CONFIG_CONSOLE_HISTORY 8
+
/* Max length of a single line of input */
#define CONFIG_CONSOLE_INPUT_LINE_SIZE 80