diff options
Diffstat (limited to 'mm/Kconfig')
-rw-r--r-- | mm/Kconfig | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/mm/Kconfig b/mm/Kconfig index 886db2158538..1d1ae6b078fd 100644 --- a/mm/Kconfig +++ b/mm/Kconfig | |||
@@ -137,6 +137,9 @@ config HAVE_MEMBLOCK_NODE_MAP | |||
137 | config HAVE_MEMBLOCK_PHYS_MAP | 137 | config HAVE_MEMBLOCK_PHYS_MAP |
138 | boolean | 138 | boolean |
139 | 139 | ||
140 | config HAVE_GENERIC_RCU_GUP | ||
141 | boolean | ||
142 | |||
140 | config ARCH_DISCARD_MEMBLOCK | 143 | config ARCH_DISCARD_MEMBLOCK |
141 | boolean | 144 | boolean |
142 | 145 | ||
@@ -228,11 +231,16 @@ config ARCH_ENABLE_SPLIT_PMD_PTLOCK | |||
228 | boolean | 231 | boolean |
229 | 232 | ||
230 | # | 233 | # |
234 | # support for memory balloon | ||
235 | config MEMORY_BALLOON | ||
236 | boolean | ||
237 | |||
238 | # | ||
231 | # support for memory balloon compaction | 239 | # support for memory balloon compaction |
232 | config BALLOON_COMPACTION | 240 | config BALLOON_COMPACTION |
233 | bool "Allow for balloon memory compaction/migration" | 241 | bool "Allow for balloon memory compaction/migration" |
234 | def_bool y | 242 | def_bool y |
235 | depends on COMPACTION && VIRTIO_BALLOON | 243 | depends on COMPACTION && MEMORY_BALLOON |
236 | help | 244 | help |
237 | Memory fragmentation introduced by ballooning might reduce | 245 | Memory fragmentation introduced by ballooning might reduce |
238 | significantly the number of 2MB contiguous memory blocks that can be | 246 | significantly the number of 2MB contiguous memory blocks that can be |