From 06bd1d7f9543db71851d8bac026c321ee6cd3b86 Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Fri, 21 Apr 2017 11:04:19 +0300 Subject: boards: axs10x, nsim, tb100: Enable cmdline history Enable shell commands history on ARC boards for more convenience of users. Signed-off-by: Alexey Brodkin --- include/configs/axs10x.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/axs10x.h') diff --git a/include/configs/axs10x.h b/include/configs/axs10x.h index 66e8cd5e9a..e78a7a140a 100644 --- a/include/configs/axs10x.h +++ b/include/configs/axs10x.h @@ -96,6 +96,7 @@ #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_MAXARGS 16 +#define CONFIG_CMDLINE_EDITING /* * Environment settings -- cgit