summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Peress <peress@chromium.org>2020-11-30 22:28:25 -0700
committerCommit Bot <commit-bot@chromium.org>2021-01-15 03:55:41 +0000
commit432a327eb418c23e667443315a5255a8425df170 (patch)
treed1b2d9bf27ddae93c0391a4c92be2a6f1ac66314
parent555af9f97176b60988bdbe958a102ac33d2247e7 (diff)
downloadchrome-ec-432a327eb418c23e667443315a5255a8425df170.tar.gz
Enable RO/RW builds
This change enables building both RO/RW when the zmake output type is set to raw. Having this as a standalone change is beneficial to enable both builds in testall. Thus, we'll catch any bugs in the build when we have any conditional code on the image. BUG=b:161470456 TEST=zmake testall Change-Id: Ie2a4a28ee3f81862a59592eda9b4bd592d8ef86e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/zephyr-chrome/+/2566422 Commit-Queue: Yuval Peress <peress@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Yuval Peress <peress@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2630154 Tested-by: Jack Rosenthal <jrosenth@chromium.org> Commit-Queue: Jack Rosenthal <jrosenth@chromium.org>
-rw-r--r--zephyr/projects/volteer/prj.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/zephyr/projects/volteer/prj.conf b/zephyr/projects/volteer/prj.conf
index ee3da83196..8589f56a53 100644
--- a/zephyr/projects/volteer/prj.conf
+++ b/zephyr/projects/volteer/prj.conf
@@ -8,9 +8,6 @@ CONFIG_AP_X86_INTEL_TGL=y
CONFIG_ESPI=y
CONFIG_PLATFORM_EC_ESPI_VW_SLP_S4=y
-# TODO(b/161470456): can we remove the below when zmake generates it?
-CONFIG_CROS_EC_RO=y
-
CONFIG_PLATFORM_EC=y
CONFIG_I2C=y
CONFIG_PLATFORM_EC_EXTPOWER_GPIO=y