aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/zsmalloc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/zsmalloc/Kconfig b/drivers/staging/zsmalloc/Kconfig
index 8e2c6a05a17..a5ab7200626 100644
--- a/drivers/staging/zsmalloc/Kconfig
+++ b/drivers/staging/zsmalloc/Kconfig
@@ -3,7 +3,7 @@ config ZSMALLOC
3 # X86 dependency is because of the use of __flush_tlb_one and set_pte 3 # X86 dependency is because of the use of __flush_tlb_one and set_pte
4 # in zsmalloc-main.c. 4 # in zsmalloc-main.c.
5 # TODO: convert these to portable functions 5 # TODO: convert these to portable functions
6 depends on SPARSEMEM && X86 6 depends on X86
7 default n 7 default n
8 help 8 help
9 zsmalloc is a slab-based memory allocator designed to store 9 zsmalloc is a slab-based memory allocator designed to store