From 927b64a0ba8f6362daf2e9a6c7eabf23815ae95a Mon Sep 17 00:00:00 2001 From: Caveh Jalali Date: Thu, 8 Feb 2018 14:38:20 -0800 Subject: meowth: zoombini: enable CONFIG_CMD_PD_CONTROL we need to enable CONFIG_CMD_PD_CONTROL so the AP (depthcharge) can do TCPC firmware update. this was left disabled for bringup. BUG=b:69010531 BRANCH=none TEST=booted on meowth, was able to update TCPC firmware Change-Id: If383cff27c7b79f46f451c6380585d1300fc3413 Signed-off-by: Caveh Jalali Reviewed-on: https://chromium-review.googlesource.com/910322 Commit-Ready: caveh jalali Tested-by: caveh jalali Reviewed-by: Aseda Aboagye --- board/zoombini/board.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/zoombini/board.h b/board/zoombini/board.h index 90dfcf252f..fac8f69db2 100644 --- a/board/zoombini/board.h +++ b/board/zoombini/board.h @@ -108,7 +108,9 @@ #define CONFIG_LED_PWM_COUNT 1 #endif /* defined(BOARD_MEOWTH) */ +/* USB PD config */ #define CONFIG_USB_POWER_DELIVERY +#define CONFIG_CMD_PD_CONTROL #define CONFIG_USB_PD_ALT_MODE #define CONFIG_USB_PD_ALT_MODE_DFP #ifdef BOARD_ZOOMBINI -- cgit v1.2.1