Skip to content

Commit

Permalink
staging: zsmalloc: remove SPARSEMEM dep from Kconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Seth Jennings authored and Greg Kroah-Hartman committed Mar 7, 2012
1 parent b9ed4f6 commit b76dee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/zsmalloc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ config ZSMALLOC
# X86 dependency is because of the use of __flush_tlb_one and set_pte
# in zsmalloc-main.c.
# TODO: convert these to portable functions
depends on SPARSEMEM && X86
depends on X86
default n
help
zsmalloc is a slab-based memory allocator designed to store
Expand Down

0 comments on commit b76dee4

Please sign in to comment.