9
0
Fork 0

Subject: don't use default in choices

It is currently not possible to use defaults in choices.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
This commit is contained in:
Robert Schwebel (Laptop) 2007-09-25 22:07:21 +02:00
parent a241d078c6
commit c97886debf
1 changed files with 4 additions and 5 deletions

View File

@ -69,12 +69,11 @@ config MAXARGS
choice
prompt "Select your shell"
config SHELL_HUSH
bool "hush parser"
default y
config SHELL_HUSH
bool "hush parser"
config SHELL_SIMPLE
bool "Simple parser"
config SHELL_SIMPLE
bool "Simple parser"
endchoice