summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorName <poornima.tom@intel.com>2020-07-23 22:01:53 +0530
committerCommit Bot <commit-bot@chromium.org>2020-10-13 13:49:58 +0000
commitacc9ba3fab24b3e6a75cc962be9c7f99d034c2a5 (patch)
tree3c9b751dfa58e14d82ea664c480c24050dc6ff18 /include
parent0f12014ad53ddfd0063a733a1357f81478136dc8 (diff)
downloadchrome-ec-acc9ba3fab24b3e6a75cc962be9c7f99d034c2a5.tar.gz
intelrvp: update usb_pd files to indicate MECC version compliance
Add new configuration for MECC-0.9 version and update JSL,TGL RVP boards to use this config option. Support for new version of MECC-1.0 will be required for ADL-RVP. BRANCH=None BUG=b:169551130 TEST=make buildall -j Signed-off-by: pandeyan <anshuman.pandey@intel.com> Change-Id: Ic1118c460a7052ffd0141a45c9153dbdac421d1b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2435175 Tested-by: Vijay P Hiremath <vijay.p.hiremath@intel.com> Reviewed-by: caveh jalali <caveh@chromium.org> Commit-Queue: Poornima Tom <poornima.tom@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 612afacad7..33d4453cd0 100644
--- a/include/config.h
+++ b/include/config.h
@@ -4393,6 +4393,12 @@
/* USB Device version of product */
#undef CONFIG_USB_BCD_DEV
+/*
+ * Intel Reference Validation Platform's (RVP) Modular Embedded Control
+ * Card (MECC) version 0.9
+ */
+#undef CONFIG_INTEL_RVP_MECC_VERSION_0_9
+
/*****************************************************************************/
/* Compile chip support for the USB device controller */