summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2021-08-06 12:56:26 -0700
committerCommit Bot <commit-bot@chromium.org>2021-09-08 22:55:11 +0000
commit3bb1c5b1d1ec340bd9def9fc120c6f01d8835578 (patch)
tree8fd2e064cf84c94b633119dabcf8ee0e3c3fb6f2 /include
parent6b1c5a80aa337696c6ceb145e7de00f05b65ec04 (diff)
downloadchrome-ec-3bb1c5b1d1ec340bd9def9fc120c6f01d8835578.tar.gz
intelrvp: Add MECC1.1 support
MECC1.1 is defined for ADL+ platforms. To simplify the the BOM stuffing options and also to remove dependency on H1 by MECC vendors, H1 is added on RVP as AIC. BUG=b:197659347 BRANCH=none TEST=make buildall -j Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Change-Id: I5c3b4b2b2a116ec8dc5a7448c71a6b8654a78bba Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3114218 Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: Li Feng <li1.feng@intel.com> Commit-Queue: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/config.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/config.h b/include/config.h
index f157047273..fdc1638d06 100644
--- a/include/config.h
+++ b/include/config.h
@@ -4757,15 +4757,11 @@
/*
* Intel Reference Validation Platform's (RVP) Modular Embedded Control
- * Card (MECC) version 0.9
+ * Card (MECC) versions
*/
#undef CONFIG_INTEL_RVP_MECC_VERSION_0_9
-
-/*
- * Intel Reference Validation Platform's (RVP) Modular Embedded Control
- * Card (MECC) version 1.0
- */
#undef CONFIG_INTEL_RVP_MECC_VERSION_1_0
+#undef CONFIG_INTEL_RVP_MECC_VERSION_1_1
/*****************************************************************************/