diff options
| -rw-r--r-- | mm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/Kconfig b/mm/Kconfig index f4e516e9c37c..f0fb9124e410 100644 --- a/mm/Kconfig +++ b/mm/Kconfig | |||
| @@ -189,7 +189,7 @@ config COMPACTION | |||
| 189 | config MIGRATION | 189 | config MIGRATION |
| 190 | bool "Page migration" | 190 | bool "Page migration" |
| 191 | def_bool y | 191 | def_bool y |
| 192 | depends on NUMA || ARCH_ENABLE_MEMORY_HOTREMOVE | 192 | depends on NUMA || ARCH_ENABLE_MEMORY_HOTREMOVE || COMPACTION |
| 193 | help | 193 | help |
| 194 | Allows the migration of the physical location of pages of processes | 194 | Allows the migration of the physical location of pages of processes |
| 195 | while the virtual addresses are not changed. This is useful in | 195 | while the virtual addresses are not changed. This is useful in |
