Defined CONFIG_SYS_HUSH_PARSER to enable the "hush" shell
as command line interpreter, thus enabling powerful command
line syntax like if...then...else...fi conditionals or
`&&' and '||' constructs.
Defined CONFIG_SYS_PROMPT_HUSH_PS2 to enable the
secondary prompt string, which is printed when the
hush command interpreter needs more input to complete
a command.
Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
#define CONFIG_SYS_HZ 1000
#define CONFIG_AUTO_COMPLETE
+#define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */
+#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
#define CONFIG_CMDLINE_EDITING
#define CONFIG_SYS_LONGHELP