diff options
Diffstat (limited to 'mm/Kconfig')
-rw-r--r-- | mm/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mm/Kconfig b/mm/Kconfig index 7e28ecfa8aa4..45503ed5f3aa 100644 --- a/mm/Kconfig +++ b/mm/Kconfig | |||
@@ -478,6 +478,16 @@ config FRONTSWAP | |||
478 | 478 | ||
479 | If unsure, say Y to enable frontswap. | 479 | If unsure, say Y to enable frontswap. |
480 | 480 | ||
481 | config ZBUD | ||
482 | tristate | ||
483 | default n | ||
484 | help | ||
485 | A special purpose allocator for storing compressed pages. | ||
486 | It is designed to store up to two compressed pages per physical | ||
487 | page. While this design limits storage density, it has simple and | ||
488 | deterministic reclaim properties that make it preferable to a higher | ||
489 | density approach when reclaim will be used. | ||
490 | |||
481 | config MEM_SOFT_DIRTY | 491 | config MEM_SOFT_DIRTY |
482 | bool "Track memory changes" | 492 | bool "Track memory changes" |
483 | depends on CHECKPOINT_RESTORE && HAVE_ARCH_SOFT_DIRTY | 493 | depends on CHECKPOINT_RESTORE && HAVE_ARCH_SOFT_DIRTY |