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
|
@ -36,7 +36,7 @@ __syscall size_t _zephyr_fwrite(const void *_MLIBC_RESTRICT ptr, size_t size,
|
|||
size_t nitems, FILE *_MLIBC_RESTRICT stream);
|
||||
#endif /* CONFIG_NEWLIB_LIBC */
|
||||
|
||||
#ifdef CONFIG_APP_SHARED_MEM
|
||||
#ifdef CONFIG_USERSPACE
|
||||
/* Memory partition containing the libc malloc arena */
|
||||
extern struct k_mem_partition z_malloc_partition;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue