summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/daisy/board.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/daisy/board.h b/board/daisy/board.h
index c29701382c..4849259ecc 100644
--- a/board/daisy/board.h
+++ b/board/daisy/board.h
@@ -17,6 +17,9 @@
/* support programming on-chip flash */
#define CONFIG_FLASH
+/* By default, enable all console messages except keyboard */
+#define CC_DEFAULT (CC_ALL & ~CC_MASK(CC_KEYSCAN))
+
#define USB_CHARGE_PORT_COUNT 0
/* GPIO signal list */