c9929f0e34
Remove SLOB from Kconfig and Makefile. Everything under #ifdef CONFIG_SLOB, and mm/slob.c is now dead code. Signed-off-by: Vlastimil Babka <vbabka@suse.cz> Acked-by: Hyeonggon Yoo <42.hyeyoo@gmail.com> Acked-by: Lorenzo Stoakes <lstoakes@gmail.com> Acked-by: Mike Rapoport (IBM) <rppt@kernel.org>
12 lines
314 B
Plaintext
12 lines
314 B
Plaintext
# CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE is not set
|
|
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
|
|
# CONFIG_KERNEL_GZIP is not set
|
|
# CONFIG_KERNEL_BZIP2 is not set
|
|
# CONFIG_KERNEL_LZMA is not set
|
|
CONFIG_KERNEL_XZ=y
|
|
# CONFIG_KERNEL_LZO is not set
|
|
# CONFIG_KERNEL_LZ4 is not set
|
|
# CONFIG_SLAB is not set
|
|
CONFIG_SLUB=y
|
|
CONFIG_SLUB_TINY=y
|