kernel: add config for app/kernel split
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
8eed4b0309
commit
2dc207c987
1 changed files with 10 additions and 0 deletions
|
@ -164,6 +164,16 @@ config ERRNO
|
||||||
symbol. The C library must access the per-thread errno via the
|
symbol. The C library must access the per-thread errno via the
|
||||||
_get_errno() symbol.
|
_get_errno() symbol.
|
||||||
|
|
||||||
|
config APPLICATION_MEMORY
|
||||||
|
bool
|
||||||
|
prompt "Split kernel and application memory"
|
||||||
|
default n
|
||||||
|
help
|
||||||
|
For all read-write memory sections (namely bss, noinit, data),
|
||||||
|
separate them into application and kernel areas. The application area
|
||||||
|
will have the project-level application objects and any libraries
|
||||||
|
including the C library in it.
|
||||||
|
|
||||||
menu "Kernel Debugging and Metrics"
|
menu "Kernel Debugging and Metrics"
|
||||||
config KERNEL_DEBUG
|
config KERNEL_DEBUG
|
||||||
bool
|
bool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue