From fdb7f4eebf53bb260186488c4c8a04fb01cc1ce0 Mon Sep 17 00:00:00 2001 From: Keith Short Date: Wed, 23 Jun 2021 17:30:26 -0600 Subject: zephyr: asurada: Enable shell tab completion Enable shell tab completion and history. BUG=none BRANCH=none TEST=Boot zephyr on hayato, verify tab completion and history. Signed-off-by: Keith Short Change-Id: Ibbecb7eebbfab62ef15a0140544c8b9d774fedea Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2984176 Reviewed-by: Denis Brockus Commit-Queue: Denis Brockus --- zephyr/projects/asurada/boards/riscv/asurada/asurada_defconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zephyr/projects/asurada') diff --git a/zephyr/projects/asurada/boards/riscv/asurada/asurada_defconfig b/zephyr/projects/asurada/boards/riscv/asurada/asurada_defconfig index 2a0afafe9a..b35bf49d5e 100644 --- a/zephyr/projects/asurada/boards/riscv/asurada/asurada_defconfig +++ b/zephyr/projects/asurada/boards/riscv/asurada/asurada_defconfig @@ -18,6 +18,9 @@ CONFIG_HAS_TASK_CHIPSET=y CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_UART_NS16550=y +CONFIG_SHELL_TAB=y +CONFIG_SHELL_TAB_AUTOCOMPLETION=y +CONFIG_SHELL_HISTORY=y # GPIO Controller CONFIG_GPIO=y -- cgit v1.2.1