diff --git a/init/Kconfig b/init/Kconfig index 9b1adb176ea85b8b7c5806e5cbd5eb6a390cbf06..a3f83e2c8250bf6ebf0a8429ed707a270531f769 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -450,7 +450,7 @@ config SHMEM config SLAB default y - bool "Use full SLAB allocator" if EMBEDDED + bool "Use full SLAB allocator" if (EMBEDDED && !SMP && !SPARSEMEM) help Disabling this replaces the advanced SLAB allocator and kmalloc support with the drastically simpler SLOB allocator.