summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-08-10 16:30:35 -0600
committerCommit Bot <commit-bot@chromium.org>2021-08-11 02:33:39 +0000
commita7c8741522d9f003e37c3e9e7c3c3e4ad897174d (patch)
tree8412eab921eb9f07be6267966d5d88248ca632b0
parente8a3fc5d8dbc070aa1c08381ce25dac1c294d1bb (diff)
downloadchrome-ec-a7c8741522d9f003e37c3e9e7c3c3e4ad897174d.tar.gz
zephyr: herobrine_npcx9: enable shell history
Enable the shell history for developer convenience. BUG=b:192253134 BRANCH=none TEST=compiles Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: Id48cc36ba54d03879434fca7bf992d44cfcabbb7 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3087835 Commit-Queue: Wai-Hong Tam <waihong@google.com> Commit-Queue: Keith Short <keithshort@chromium.org> Reviewed-by: Wai-Hong Tam <waihong@google.com> Reviewed-by: Keith Short <keithshort@chromium.org>
-rw-r--r--zephyr/projects/herobrine/herobrine_npcx9/prj.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/zephyr/projects/herobrine/herobrine_npcx9/prj.conf b/zephyr/projects/herobrine/herobrine_npcx9/prj.conf
index 1ed0d5765e..74526617dc 100644
--- a/zephyr/projects/herobrine/herobrine_npcx9/prj.conf
+++ b/zephyr/projects/herobrine/herobrine_npcx9/prj.conf
@@ -13,6 +13,9 @@ CONFIG_PLATFORM_EC_BACKLIGHT_LID=y
CONFIG_PLATFORM_EC_POWER_BUTTON=y
CONFIG_I2C=y
+# Shell history (for convenience)
+CONFIG_SHELL_HISTORY=y
+
# LED
CONFIG_PLATFORM_EC_LED_COMMON=y