summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.defaults
diff options
context:
space:
mode:
authorFabio Baltieri <fabiobaltieri@google.com>2022-02-24 15:19:46 +0000
committerCommit Bot <commit-bot@chromium.org>2022-02-24 18:18:42 +0000
commitc9f403165c38f7cf8291673460f38f6203974b5a (patch)
treee0799fd1be534f2bf143dbbce772203f08b5d619 /zephyr/Kconfig.defaults
parent55570b70cdfd705693d34a9b721de047ab0c8b34 (diff)
downloadchrome-ec-c9f403165c38f7cf8291673460f38f6203974b5a.tar.gz
zephyr: config: change EC shell prompt to "ec:~$"
The EC shell currently uses the default UART backend prompt of "uart:~$ ". Changing it to a more descriptive "ec:~$ ", idea being that it may help out identifying what a debug terminal endpoint is connected to if one has other terminals on debugging tool consoles as well. BRANCH=none BUG=none TEST=build and run on volteer, shows correctly Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> Change-Id: I86e0b2fe04af6e5d17d5206d58bff79e65514c20 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3488369 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'zephyr/Kconfig.defaults')
-rw-r--r--zephyr/Kconfig.defaults3
1 files changed, 3 insertions, 0 deletions
diff --git a/zephyr/Kconfig.defaults b/zephyr/Kconfig.defaults
index b5637b7786..f02b99b467 100644
--- a/zephyr/Kconfig.defaults
+++ b/zephyr/Kconfig.defaults
@@ -14,3 +14,6 @@ config GPIO_EMUL
config GPIO
default y if ARCH_POSIX
+
+config SHELL_PROMPT_UART
+ default "ec:~$ "