summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2020-08-17 18:19:07 -0700
committerCommit Bot <commit-bot@chromium.org>2020-08-19 02:41:11 +0000
commit0432c138624c2bff8c9625663d0d08815eb0b1c1 (patch)
tree90aa3f57cab3567bf2c8a2feab3e2809e8eabd91
parent45a9c9b118936c2a64f806e64220194c9a159b04 (diff)
downloadchrome-ec-0432c138624c2bff8c9625663d0d08815eb0b1c1.tar.gz
intelrvp: Enable apreset host command needed for CSE Lite
This CL is derived from CL published on Volteer. Change-Id: Iff6fa572c5660b67152f9930b9bad9f82ff6c6ee Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2360454 BUG=none BRANCH=none TEST='etool apreset' resets the AP Change-Id: Ie2dd1fcd55dfdc42bd75a8c9b6846bce2f149b98 Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2361103 Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: Sooraj Govindan <sooraj.govindan@intel.corp-partner.google.com> Commit-Queue: Keith Short <keithshort@chromium.org>
-rw-r--r--baseboard/intelrvp/baseboard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/baseboard/intelrvp/baseboard.h b/baseboard/intelrvp/baseboard.h
index f173825004..49c2f7bdb9 100644
--- a/baseboard/intelrvp/baseboard.h
+++ b/baseboard/intelrvp/baseboard.h
@@ -34,6 +34,8 @@
#define CONFIG_CMD_USB_PD_PE
/* Host commands */
+#define CONFIG_CMD_AP_RESET_LOG
+#define CONFIG_HOSTCMD_AP_RESET
#define CONFIG_HOSTCMD_PD_CONTROL
/* Port80 display */