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:
Andrew Boie 2019-02-22 16:08:44 -08:00 committed by Anas Nashif
commit 4ce652e4b2
28 changed files with 57 additions and 77 deletions

View file

@ -59,7 +59,7 @@ extern void *_heap_sentry;
static unsigned char *heap_base = UINT_TO_POINTER(USED_RAM_END_ADDR);
#ifdef CONFIG_APP_SHARED_MEM
#ifdef CONFIG_USERSPACE
struct k_mem_partition z_malloc_partition;
static int malloc_prepare(struct device *unused)