mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-24 13:13:54 +08:00
[components][kconfig] 整理Kconfig目录名称和结构 (#5698)
This commit is contained in:
@@ -1,16 +1,13 @@
|
||||
menu "Command shell"
|
||||
|
||||
config RT_USING_FINSH
|
||||
bool
|
||||
default n
|
||||
|
||||
config RT_USING_MSH
|
||||
bool "msh shell"
|
||||
select RT_USING_FINSH
|
||||
menuconfig RT_USING_MSH
|
||||
bool "MSH: command shell"
|
||||
default y
|
||||
|
||||
if RT_USING_MSH
|
||||
|
||||
config RT_USING_FINSH
|
||||
bool
|
||||
default y
|
||||
|
||||
config FINSH_USING_MSH
|
||||
bool
|
||||
default y
|
||||
@@ -80,5 +77,3 @@ if RT_USING_MSH
|
||||
default 10
|
||||
|
||||
endif
|
||||
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user