mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-23 20:57:20 +08:00
[components][kconfig] 整理Kconfig目录名称和结构 (#5698)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user