userspace: remove APP_SHARED_MEM Kconfig
This is an integral part of userspace and cannot be used on its own. Fold into the main userspace configuration. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
f1920fff46
commit
4ce652e4b2
28 changed files with 57 additions and 77 deletions
|
@ -5,7 +5,7 @@
|
|||
#include <misc/dlist.h>
|
||||
#include <kernel.h>
|
||||
|
||||
#ifdef CONFIG_APP_SHARED_MEM
|
||||
#ifdef CONFIG_USERSPACE
|
||||
|
||||
#if defined(CONFIG_X86)
|
||||
#define MEM_DOMAIN_ALIGN_SIZE _STACK_BASE_ALIGN
|
||||
|
@ -104,5 +104,5 @@ struct z_app_region {
|
|||
#define K_APP_BMEM_SECTION(ptn) .bss
|
||||
#define K_APPMEM_PARTITION_DEFINE(name)
|
||||
|
||||
#endif /* CONFIG_APP_SHARED_MEM */
|
||||
#endif /* CONFIG_USERSPACE */
|
||||
#endif /* ZEPHYR_INCLUDE_APP_MEMORY_APP_MEMDOMAIN_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue