多核&多核ipc支持

This commit is contained in:
zhangzheng
2024-04-27 03:47:45 +00:00
parent f0aff5bd3f
commit 987e00a34d
89 changed files with 1809 additions and 691 deletions

View File

@@ -23,14 +23,15 @@ endif
config PAGE_SHIFT
int "page shift"
default 9
config PSCI
bool "support psci"
default n
config SMP
bool "support smp."
default n
if SMP
config CPU
int "CPU Core number."
default 1
endif
config THREAD_MSG_BUG_LEN
int "thread msg buf size"
default 128