summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/poppy/board.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/board/poppy/board.h b/board/poppy/board.h
index 5c39e7ecfb..d1f4585b95 100644
--- a/board/poppy/board.h
+++ b/board/poppy/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
+
/* EC */
#define CONFIG_ADC
#define CONFIG_BACKLIGHT_LID