summaryrefslogtreecommitdiff
path: root/board/nocturne
diff options
context:
space:
mode:
Diffstat (limited to 'board/nocturne')
-rw-r--r--board/nocturne/board.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/board/nocturne/board.h b/board/nocturne/board.h
index fa0febf7d4..c94ca190b2 100644
--- a/board/nocturne/board.h
+++ b/board/nocturne/board.h
@@ -8,6 +8,14 @@
#ifndef __CROS_EC_BOARD_H
#define __CROS_EC_BOARD_H
+/*
+ * By default, enable all console messages excepted 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
+
/* TODO(aaboagye): Remove before production. */
#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands. */