summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/brya/board.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/brya/board.h b/board/brya/board.h
index b14543e031..fb5fb6ef32 100644
--- a/board/brya/board.h
+++ b/board/brya/board.h
@@ -90,6 +90,9 @@
#define CONFIG_USBC_PPC_SYV682X
#define CONFIG_USBC_PPC_NX20P3483
+/* Remove prints and free flash space by excluding PD state names */
+#define CONFIG_USB_PD_DEBUG_LEVEL 0
+
/* TODO: b/177608416 - measure and check these values on brya */
#define PD_POWER_SUPPLY_TURN_ON_DELAY 30000 /* us */
#define PD_POWER_SUPPLY_TURN_OFF_DELAY 30000 /* us */