From 7e1ce92219a24dc35cb8eddad0da4180ddc8265f Mon Sep 17 00:00:00 2001 From: Divya Sasidharan Date: Thu, 5 Apr 2018 10:55:24 -0700 Subject: cleanup: CONFIG_USB_PD_CUSTOM_VDM is not used The pd_custom_vdm is called in common/usb_pd_protocol no matter you have this defined or not. No where else I see pd_vdm being used. So we should not have to deal with this CONFIG_USB_PD_CUSTOM_VDM. BUG=None BRANCH=None TEST=make buildall -j Change-Id: I4e8b710240ee27b12625d797e7824f29044e6462 Signed-off-by: Divya Sasidharan Reviewed-on: https://chromium-review.googlesource.com/998520 Commit-Ready: Divya S Sasidharan Tested-by: Divya S Sasidharan Reviewed-by: Vijay P Hiremath Reviewed-by: Jett Rink --- board/coffeecake/board.h | 1 - 1 file changed, 1 deletion(-) (limited to 'board/coffeecake') diff --git a/board/coffeecake/board.h b/board/coffeecake/board.h index 4a72695936..3db2ea11b1 100644 --- a/board/coffeecake/board.h +++ b/board/coffeecake/board.h @@ -42,7 +42,6 @@ #define CONFIG_USB_PD_HW_DEV_ID_BOARD_MAJOR USB_PD_HW_DEV_ID_HOHO #define CONFIG_USB_PD_HW_DEV_ID_BOARD_MINOR 2 #define CONFIG_USB_PD_DUAL_ROLE -#define CONFIG_USB_PD_CUSTOM_VDM #define CONFIG_USB_PD_FLASH #define CONFIG_USB_PD_INTERNAL_COMP #define CONFIG_USB_PD_IDENTITY_HW_VERS 1 -- cgit v1.2.1