From: Seth Jennings Date: Mon, 5 Mar 2012 17:33:24 +0000 (-0600) Subject: staging: zsmalloc: remove SPARSEMEM dep from Kconfig X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b76dee4a410c8c2732b2073bf9d280c1d16923ed;p=linux-beck.git staging: zsmalloc: remove SPARSEMEM dep from Kconfig This patch removes the SPARSEMEM from the zsmalloc Kconfig Signed-off-by: Seth Jennings Acked-by: Nitin Gupta Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/zsmalloc/Kconfig b/drivers/staging/zsmalloc/Kconfig index 8e2c6a05a178..a5ab7200626f 100644 --- a/drivers/staging/zsmalloc/Kconfig +++ b/drivers/staging/zsmalloc/Kconfig @@ -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