9
0
Fork 0

common Kconfig: disable unused options for SHELL_NONE

Let commandline editing and long help depend on !SHELL_NONE.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2013-11-26 15:59:51 +01:00
parent 915976f129
commit a83f635fb2
1 changed files with 2 additions and 0 deletions

View File

@ -285,6 +285,7 @@ config SIMPLE_READLINE
config LONGHELP
bool
depends on !SHELL_NONE
prompt "Enable long help texts"
config CBSIZE
@ -365,6 +366,7 @@ config HUSH_GETOPT
This enables a getopt function builtin to hush.
config CMDLINE_EDITING
depends on !SHELL_NONE
bool
prompt "Enable command line editing"