修复编译问题

This commit is contained in:
zhangzheng
2024-10-17 23:31:20 +08:00
parent 685f4351c1
commit 8d03c10fba
21 changed files with 57 additions and 29 deletions

View File

@@ -146,4 +146,11 @@ config PRINTK_CACHE_SIZE
default 128
help
The printk cache size refers to the size of the data content output to the console in a single attempt, which usually does not need to be modified.
config BOOT_INFO_SUPPORT
bool "boot info support"
default n
help
support boot info.
endmenu