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 /test | |
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 'test')
-rw-r--r-- | test/test_config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_config.h b/test/test_config.h index 1239e3c394..57b2b413ce 100644 --- a/test/test_config.h +++ b/test/test_config.h @@ -175,7 +175,6 @@ int ncp15wb_calculate_temp(uint16_t adc); #if defined(TEST_USB_PD) || defined(TEST_USB_PD_GIVEBACK) || \ defined(TEST_USB_PD_REV30) #define CONFIG_USB_POWER_DELIVERY -#define CONFIG_USB_PD_CUSTOM_VDM #define CONFIG_USB_PD_DUAL_ROLE #define CONFIG_USB_PD_PORT_COUNT 2 #define CONFIG_USB_PD_TCPC |