diff options
author | Seth Jennings <sjenning@linux.vnet.ibm.com> | 2012-03-05 11:33:24 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-03-07 13:31:28 -0800 |
commit | b76dee4a410c8c2732b2073bf9d280c1d16923ed (patch) | |
tree | a0239f9b04c90d88d743640ca5be10d1c59583a3 /drivers/staging/zsmalloc | |
parent | b9ed4f6c9a5ed2358293a92d8b3b268f28b6f2b8 (diff) |
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>
Diffstat (limited to 'drivers/staging/zsmalloc')
-rw-r--r-- | drivers/staging/zsmalloc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |