diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2020-05-09 20:18:34 +0200 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2020-05-29 19:20:54 +0200 |
commit | d8172f606ffd474248172c9a932483913c9f7b7d (patch) | |
tree | f6b5e94d125d6eb3db970986f6281932391b75fc | |
parent | f6b5d51be5d843ef5b9bf0c89ab1d56fcb0dc2d1 (diff) |
sh: r2dplus: Enable HUSH
Enable richer HUSH shell to make working with the board more pleasant.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-rw-r--r-- | configs/r2dplus_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/r2dplus_defconfig b/configs/r2dplus_defconfig index 8ae4ba1a1c..900428a84f 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 |