diff options
Diffstat (limited to 'board/moli/usbc_config.h')
-rw-r--r-- | board/moli/usbc_config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/moli/usbc_config.h b/board/moli/usbc_config.h index b294eb69c8..002f4803b7 100644 --- a/board/moli/usbc_config.h +++ b/board/moli/usbc_config.h @@ -8,10 +8,11 @@ #ifndef __CROS_EC_USBC_CONFIG_H #define __CROS_EC_USBC_CONFIG_H -#define CONFIG_USB_PD_PORT_MAX_COUNT 1 +#define CONFIG_USB_PD_PORT_MAX_COUNT 2 enum usbc_port { USBC_PORT_C0 = 0, + USBC_PORT_C1, USBC_PORT_COUNT }; |