|
@@ -26,9 +26,9 @@ config FINSH_USING_DESCRIPTION
|
|
|
bool "Keeping description in symbol table"
|
|
|
default y
|
|
|
|
|
|
-config FINSH_ENABLE_ECHO
|
|
|
- int "Enble the command echo mode"
|
|
|
- default 1
|
|
|
+config FINSH_ECHO_MODE_DEFAULT
|
|
|
+ bool "Enble the command echo mode or not in default"
|
|
|
+ default y
|
|
|
|
|
|
config FINSH_THREAD_PRIORITY
|
|
|
int "The priority level value of finsh thread"
|