summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.console
diff options
context:
space:
mode:
authorMichał Barnaś <mb@semihalf.com>2021-09-29 14:00:23 +0200
committerCommit Bot <commit-bot@chromium.org>2021-09-29 22:05:00 +0000
commit4fd5585399aebc04182daf17c57da1d3ff3c764b (patch)
tree3824bca8bc9a55e40e250a9d79eb915aa6c9311e /zephyr/Kconfig.console
parente94ab9b9fa1aa5d1e2b25ffdd4b4144691d1200e (diff)
downloadchrome-ec-4fd5585399aebc04182daf17c57da1d3ff3c764b.tar.gz
zephyr: remove workaround for shell when help is enabled
This workaround is no more needed, because hanging of shell was fixed in zephyr code. BRANCH=main BUG=b:196627937 TEST=Shell is working correctly with lower size of buffer Cq-Depend: chromium:3192860 Change-Id: I37627b60b7e645aeef7faf4a1e96a78e270d6660 Signed-off-by: Michał Barnaś <mb@semihalf.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3194352 Commit-Queue: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'zephyr/Kconfig.console')
-rw-r--r--zephyr/Kconfig.console5
1 files changed, 0 insertions, 5 deletions
diff --git a/zephyr/Kconfig.console b/zephyr/Kconfig.console
index 04e1d137bd..c1edee71d5 100644
--- a/zephyr/Kconfig.console
+++ b/zephyr/Kconfig.console
@@ -26,12 +26,7 @@ config SHELL_PRINTF_BUFF_SIZE
default 130
# Some boards may need to increase the size, depending on the amount of output
-#
-# TODO(b/196627937): zephyr: hang when running help with CONFIG_SHELL_HELP
-# enabled. Increase the TX buffer size to workaround the hang when the help
-# is enabled.
config SHELL_BACKEND_SERIAL_TX_RING_BUFFER_SIZE
- default 4096 if SHELL_HELP
default 1024
menuconfig PLATFORM_EC_HOSTCMD_CONSOLE