summaryrefslogtreecommitdiff
path: root/board/dooly
diff options
context:
space:
mode:
Diffstat (limited to 'board/dooly')
-rw-r--r--board/dooly/board.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/board/dooly/board.h b/board/dooly/board.h
index f3ecac684c..e2520d8fd7 100644
--- a/board/dooly/board.h
+++ b/board/dooly/board.h
@@ -11,6 +11,14 @@
#undef CONFIG_UART_TX_BUF_SIZE
#define CONFIG_UART_TX_BUF_SIZE 4096
+/*
+ * By default, enable all console messages except HC, ACPI and event:
+ * The sensor stack is generating a lot of activity.
+ */
+#define CC_DEFAULT (CC_ALL & ~(CC_MASK(CC_EVENTS) | CC_MASK(CC_LPC)))
+#undef CONFIG_HOSTCMD_DEBUG_MODE
+#define CONFIG_HOSTCMD_DEBUG_MODE HCDEBUG_OFF
+
/* NPCX7 config */
#define NPCX7_PWM1_SEL 0 /* GPIO C2 is not used as PWM1. */
#define NPCX_UART_MODULE2 1 /* GPIO64/65 are used as UART pins. */