[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
+2 -1
View File
@@ -1,4 +1,4 @@
menu "POSIX layer and C standard library"
menu "C/C++ and POSIX layer"
config RT_LIBC_DEFAULT_TIMEZONE
int "Set the default time zone (UTC+)"
@@ -6,5 +6,6 @@ config RT_LIBC_DEFAULT_TIMEZONE
default 8
source "$RTT_DIR/components/libc/posix/Kconfig"
source "$RTT_DIR/components/libc/cplusplus/Kconfig"
endmenu