summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2021-03-11 16:15:07 -0700
committerCommit Bot <commit-bot@chromium.org>2021-03-15 16:54:27 +0000
commitc474e0775a25f98cdbaf46ab1291a86562bbf355 (patch)
tree3a2b4d51adec49318aa7bd8086c496e10256f579
parent1754598bd8f0dfcf581ae9c7166d85cf4b26f597 (diff)
downloadchrome-ec-c474e0775a25f98cdbaf46ab1291a86562bbf355.tar.gz
zephyr: volteer: disable chargen/chgramp commands
Disable the chargen and chgramp console commands to match the Chromium EC configuration. BUG=b:181794644 BRANCH=none TEST=zmake testall Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I5a4922604deea94640b448285f212efe57cc903d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2756982 Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--zephyr/projects/volteer/prj.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/projects/volteer/prj.conf b/zephyr/projects/volteer/prj.conf
index 7f86b2f0d1..73faa9ae0f 100644
--- a/zephyr/projects/volteer/prj.conf
+++ b/zephyr/projects/volteer/prj.conf
@@ -26,6 +26,7 @@ CONFIG_PLATFORM_EC_CBI=y
CONFIG_PLATFORM_EC_CONSOLE_CMD_HCDEBUG=n
CONFIG_PLATFORM_EC_CONSOLE_CMD_RTC=n
CONFIG_PLATFORM_EC_CONSOLE_CMD_RTC_ALARM=n
+CONFIG_PLATFORM_EC_CONSOLE_CMD_CHGRAMP=n
# Keyboard
CONFIG_PLATFORM_EC_KEYBOARD=y
@@ -97,7 +98,6 @@ CONFIG_HAS_TASK_KEYPROTO=y
CONFIG_HAS_TASK_POWERBTN=y
# Miscellaneous configs
-CONFIG_PLATFORM_EC_CONSOLE_CMD_CHARGEN=y
# MKBP event
CONFIG_PLATFORM_EC_MKBP_EVENT=y