summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Peress <peress@chromium.org>2020-10-13 23:21:07 -0600
committerCommit Bot <commit-bot@chromium.org>2021-01-15 03:54:32 +0000
commit802ff5ec6989f537afe578f11c948e0575e9aa61 (patch)
tree6f5a3b43156696305468360bbc4b110d7b6db75c
parent953ea1c71730b31bacb842363c378986cb085297 (diff)
downloadchrome-ec-802ff5ec6989f537afe578f11c948e0575e9aa61.tar.gz
Rename CONFIG_CHROME_EC* to CONFIG_CROS_EC
Discussed in previous revisions to rename _CHROME_ to _CROS_ to avoid overloading 'chrome' which generally references the browser. BUG=none TEST=built Change-Id: If2c407e2a27523076832358b81191c9b32f87369 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/zephyr-chrome/+/2470300 Tested-by: Yuval Peress <peress@chromium.org> Commit-Queue: Yuval Peress <peress@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Jett Rink <jettrink@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2630130 Tested-by: Jack Rosenthal <jrosenth@chromium.org> Commit-Queue: Jack Rosenthal <jrosenth@chromium.org>
-rw-r--r--zephyr/projects/volteer/prj.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/projects/volteer/prj.conf b/zephyr/projects/volteer/prj.conf
index 4b68ce64ff..4785618cfc 100644
--- a/zephyr/projects/volteer/prj.conf
+++ b/zephyr/projects/volteer/prj.conf
@@ -1,5 +1,5 @@
-CONFIG_CHROME_EC=y
+CONFIG_CROS_EC=y
# TODO(b/161470456): can we remove the below when zmake generates it?
-CONFIG_CHROME_EC_RO=y
+CONFIG_CROS_EC_RO=y
CONFIG_PLATFORM_EC=y