summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPoornima Tom <poornima.tom@intel.com>2020-07-06 13:12:45 +0530
committerCommit Bot <commit-bot@chromium.org>2020-10-28 22:42:58 +0000
commit13ad8e39b780ac0612744dffc63d56adea00a680 (patch)
tree88a440ec580b2af191cb5aca2f31a2cfe034a313 /include
parentb171bc438988ff1f2f988293d5025b7f333aee6d (diff)
downloadchrome-ec-13ad8e39b780ac0612744dffc63d56adea00a680.tar.gz
adlprvp: add Alderlake RVP support
Following features are enabled and verified. 1. Power sequencing 2. Host communication 3. USB TYPE-C - TCPC over PD AIC 4. H1 Close Case Debug 5. LED 6. Keyboard BRANCH=None BUG=b:169551130 TEST=Build, flash and boot the Alderlake RVP platform to OS make BOARD=adlrvpp_ite -j; sudo util/flash_ec --board=adlrvpp_ite --image=<path> Signed-off-by: Poornima Tom <poornima.tom@intel.com> Change-Id: I9d85e0cb93bc94f042f902b73ebd96a354d0f365 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2435177 Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: Sooraj Govindan <sooraj.govindan@intel.corp-partner.google.com> Reviewed-by: caveh jalali <caveh@chromium.org>
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 71baba5efc..2a674ef6e6 100644
--- a/include/config.h
+++ b/include/config.h
@@ -4411,6 +4411,12 @@
*/
#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
+
/*****************************************************************************/
/* Compile chip support for the USB device controller */