[components][kconfig] 整理Kconfig目录名称和结构 (#5698)

This commit is contained in:
Man, Jianting (Meco)
2022-03-25 23:07:18 +08:00
committed by GitHub
parent 851d16b18f
commit a514b3bd16
46 changed files with 32 additions and 58 deletions
+6 -11
View File
@@ -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