From: Marek Vasut Date: Sat, 9 May 2020 18:18:34 +0000 (+0200) Subject: sh: r2dplus: Enable HUSH X-Git-Tag: v2020.10~189^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d8172f606ffd474248172c9a932483913c9f7b7d;p=platform%2Fkernel%2Fu-boot.git sh: r2dplus: Enable HUSH Enable richer HUSH shell to make working with the board more pleasant. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- diff --git a/configs/r2dplus_defconfig b/configs/r2dplus_defconfig index 8ae4ba1..900428a 100644 --- a/configs/r2dplus_defconfig +++ b/configs/r2dplus_defconfig @@ -7,8 +7,7 @@ CONFIG_TARGET_R2DPLUS=y CONFIG_BOOTDELAY=-1 CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttySC0,115200" -# CONFIG_CMDLINE_EDITING is not set -# CONFIG_AUTO_COMPLETE is not set +CONFIG_HUSH_PARSER=y CONFIG_CMD_IMLS=y CONFIG_CMD_DM=y CONFIG_CMD_IDE=y