From 77218fb7a346f8236f1674a3bcca6515cae57982 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 13 Aug 2008 16:23:04 +0200 Subject: Add help texts for Shell options Signed-off-by: Sascha Hauer --- common/Kconfig | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) (limited to 'common/Kconfig') diff --git a/common/Kconfig b/common/Kconfig index a2bb5e8c03..9c4c3311e6 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -66,7 +66,6 @@ config STACK_BASE config STACK_SIZE hex - depends on HAVE_CONFIGURABLE_MEMORY_LAYOUT default 0x8000 prompt "Stack size" @@ -77,7 +76,6 @@ config MALLOC_BASE config MALLOC_SIZE hex - depends on HAVE_CONFIGURABLE_MEMORY_LAYOUT default 0x400000 prompt "malloc area size" endmenu @@ -146,15 +144,6 @@ config BAUDRATE prompt "Default baudrate" default 115200 -config CMDLINE_EDITING - bool - prompt "Enable command line editing" - -config AUTO_COMPLETE - bool - depends on CMDLINE_EDITING - prompt "Enable auto completion" - config SIMPLE_READLINE bool default y @@ -179,10 +168,14 @@ choice config SHELL_HUSH bool "hush parser" + help + Enable hush support. This is the most advanced shell available + for U-Boot. config SHELL_SIMPLE bool "Simple parser" - + help + simple shell. No if/then, no return values from commands, no loops endchoice config GLOB @@ -198,6 +191,15 @@ config PROMPT_HUSH_PS2 prompt "hush PS2" default "> " +config CMDLINE_EDITING + bool + prompt "Enable command line editing" + +config AUTO_COMPLETE + bool + depends on CMDLINE_EDITING + prompt "Enable auto completion" + config DYNAMIC_CRC_TABLE bool depends on CRC32 @@ -236,8 +238,8 @@ config CONSOLE_SIMPLE default y depends on !CONSOLE_FULL - config CONSOLE_ACTIVATE_FIRST + depends on CONSOLE_FULL bool default y prompt "activate first console on startup" @@ -247,8 +249,9 @@ config CONSOLE_ACTIVATE_FIRST enables the first console. config CONSOLE_ACTIVATE_ALL - bool + depends on CONSOLE_FULL depends on !CONSOLE_ACTIVATE_FIRST + bool prompt "activate all consoles on startup" help Enabling this options activates all consoles on startup, so @@ -295,6 +298,7 @@ config DEFAULT_ENVIRONMENT_PATH The path the default environment will be taken from. Relative pathes will be relative to the U-Boot Toplevel dir, but absolute pathes are fine aswell. + endmenu menu "Debugging " -- cgit v1.2.3