diff options
-rw-r--r-- | board/yorp/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/yorp/board.h b/board/yorp/board.h index bf9d11a79f..bf3522cd45 100644 --- a/board/yorp/board.h +++ b/board/yorp/board.h @@ -71,7 +71,6 @@ #define CONFIG_USB_PD_PORT_COUNT 2 #define CONFIG_USB_PD_MAX_SINGLE_SOURCE_CURRENT TYPEC_RP_3A0 #define CONFIG_USB_PD_DUAL_ROLE -#define CONFIG_USB_PD_DUAL_ROLE_AUTO_TOGGLE #define CONFIG_USB_PD_LOGGING #define CONFIG_USB_PD_ALT_MODE #define CONFIG_USB_PD_ALT_MODE_DFP @@ -82,6 +81,7 @@ * the EC console with low power mode messages. */ #undef CONFIG_USB_PD_TCPC_LOW_POWER +#undef CONFIG_USB_PD_DUAL_ROLE_AUTO_TOGGLE #define CONFIG_USB_PD_TCPM_ANX7447 /* C0 TCPC: ANX7447QN */ #define CONFIG_USB_PD_TCPM_PS8751 /* C1 TCPC: PS8751 */ #define CONFIG_USB_PD_TCPM_MUX |