summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDivya Sasidharan <divya.s.sasidharan@intel.com>2018-04-05 10:55:24 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-04-09 15:19:00 -0700
commit7e1ce92219a24dc35cb8eddad0da4180ddc8265f (patch)
tree1671d694cf363bf2a2c6cfae22f735df0f0dcef4 /include
parent18096899bdd36a7bd8cc957e6d7aad9b9143e42d (diff)
downloadchrome-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 'include')
-rw-r--r--include/config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h
index 5ad8dd822f..76cc1646ca 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2731,9 +2731,6 @@
*/
#undef CONFIG_USB_PD_COMM_LOCKED
-/* Respond to custom vendor-defined messages over PD */
-#undef CONFIG_USB_PD_CUSTOM_VDM
-
/* Default USB data role when a USB PD debug accessory is seen */
#define CONFIG_USB_PD_DEBUG_DR PD_ROLE_DFP