aboutsummaryrefslogtreecommitdiffstats
path: root/mm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'mm/Kconfig')
-rw-r--r--mm/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/mm/Kconfig b/mm/Kconfig
index ea2d8b61c631..4b4e57a9643e 100644
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -243,6 +243,10 @@ config MEMORY_FAILURE
243 even when some of its memory has uncorrected errors. This requires 243 even when some of its memory has uncorrected errors. This requires
244 special hardware support and typically ECC memory. 244 special hardware support and typically ECC memory.
245 245
246config HWPOISON_INJECT
247 tristate "Poison pages injector"
248 depends on MEMORY_FAILURE && DEBUG_KERNEL
249
246config NOMMU_INITIAL_TRIM_EXCESS 250config NOMMU_INITIAL_TRIM_EXCESS
247 int "Turn on mmap() excess space trimming before booting" 251 int "Turn on mmap() excess space trimming before booting"
248 depends on !MMU 252 depends on !MMU