diff options
author | Divya Sasidharan <divya.s.sasidharan@intel.com> | 2018-04-05 10:55:24 -0700 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2018-04-09 15:19:00 -0700 |
commit | 7e1ce92219a24dc35cb8eddad0da4180ddc8265f (patch) | |
tree | 1671d694cf363bf2a2c6cfae22f735df0f0dcef4 /board/scarlet/board.h | |
parent | 18096899bdd36a7bd8cc957e6d7aad9b9143e42d (diff) | |
download | chrome-ec-7e1ce92219a24dc35cb8eddad0da4180ddc8265f.tar.gz |
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 <divya.s.sasidharan@intel.com>
Reviewed-on: https://chromium-review.googlesource.com/998520
Commit-Ready: Divya S Sasidharan <divya.s.sasidharan@intel.com>
Tested-by: Divya S Sasidharan <divya.s.sasidharan@intel.com>
Reviewed-by: Vijay P Hiremath <vijay.p.hiremath@intel.com>
Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'board/scarlet/board.h')
-rw-r--r-- | board/scarlet/board.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/scarlet/board.h b/board/scarlet/board.h index a6f152840f..d7fe301b60 100644 --- a/board/scarlet/board.h +++ b/board/scarlet/board.h @@ -107,7 +107,6 @@ #define CONFIG_USB_POWER_DELIVERY #define CONFIG_USB_PD_ALT_MODE #define CONFIG_USB_PD_ALT_MODE_DFP -#define CONFIG_USB_PD_CUSTOM_VDM #define CONFIG_USB_PD_DISCHARGE_GPIO #define CONFIG_USB_PD_DUAL_ROLE #define CONFIG_USB_PD_LOGGING |