summaryrefslogtreecommitdiff
path: root/board/kahlee/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/kahlee/board.h')
-rw-r--r--board/kahlee/board.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/kahlee/board.h b/board/kahlee/board.h
index 67355ed04f..4cec27346e 100644
--- a/board/kahlee/board.h
+++ b/board/kahlee/board.h
@@ -286,6 +286,9 @@ enum board_version {
#define PD_MAX_CURRENT_MA 3000
#define PD_MAX_VOLTAGE_MV 20000
+/* Request the max voltage for type-c adapter */
+#define PD_PREFER_HIGH_VOLTAGE
+
/* Reset PD MCU */
void board_reset_pd_mcu(void);