Commit b76dee4a410c8c2732b2073bf9d280c1d16923ed
Committed by
Greg Kroah-Hartman
1 parent
b9ed4f6c9a
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
staging: zsmalloc: remove SPARSEMEM dep from Kconfig
This patch removes the SPARSEMEM from the zsmalloc Kconfig Signed-off-by: Seth Jennings <sjenning@linux.vnet.ibm.com> Acked-by: Nitin Gupta <ngupta@vflare.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/staging/zsmalloc/Kconfig
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | # X86 dependency is because of the use of __flush_tlb_one and set_pte |
4 | 4 | # in zsmalloc-main.c. |
5 | 5 | # TODO: convert these to portable functions |
6 | - depends on SPARSEMEM && X86 | |
6 | + depends on X86 | |
7 | 7 | default n |
8 | 8 | help |
9 | 9 | zsmalloc is a slab-based memory allocator designed to store |