diff options
-rw-r--r-- | board/kevin/board.h | 1 | ||||
-rw-r--r-- | board/reef/board.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/board/kevin/board.h b/board/kevin/board.h index d98b39aab8..e81bc4677d 100644 --- a/board/kevin/board.h +++ b/board/kevin/board.h @@ -72,6 +72,7 @@ #define CONFIG_LID_ANGLE_SENSOR_LID LID_ACCEL /* USB PD config */ +#define CONFIG_CASE_CLOSED_DEBUG_EXTERNAL #define CONFIG_CHARGE_MANAGER #define CONFIG_USB_POWER_DELIVERY #define CONFIG_USB_PD_ALT_MODE diff --git a/board/reef/board.h b/board/reef/board.h index 7831c90dfb..541eada0c6 100644 --- a/board/reef/board.h +++ b/board/reef/board.h @@ -36,6 +36,7 @@ #define CONFIG_USB_CHARGER /* USB PD config */ +#define CONFIG_CASE_CLOSED_DEBUG_EXTERNAL #define CONFIG_USB_PD_ALT_MODE #define CONFIG_USB_PD_ALT_MODE_DFP #define CONFIG_USB_PD_CUSTOM_VDM |