mm: only allow page table mappings for built-in zsmalloc
[openwrt/staging/blogic.git] / mm / Kconfig
index 09a9edfb8461da9635687735fbd551986692d505..5c0362bd8d56a338c82ea73609d30f7817a2e2b2 100644 (file)
@@ -707,7 +707,7 @@ config ZSMALLOC
 
 config ZSMALLOC_PGTABLE_MAPPING
        bool "Use page table mapping to access object in zsmalloc"
-       depends on ZSMALLOC
+       depends on ZSMALLOC=y
        help
          By default, zsmalloc uses a copy-based object mapping method to
          access allocations that span two pages. However, if a particular