aboutsummaryrefslogtreecommitdiffstats
path: root/mm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'mm/Kconfig')
-rw-r--r--mm/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/mm/Kconfig b/mm/Kconfig
index 3aa519f52e18..ea2d8b61c631 100644
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -233,6 +233,16 @@ config DEFAULT_MMAP_MIN_ADDR
233 /proc/sys/vm/mmap_min_addr tunable. 233 /proc/sys/vm/mmap_min_addr tunable.
234 234
235 235
236config MEMORY_FAILURE
237 depends on MMU
238 depends on X86_MCE
239 bool "Enable recovery from hardware memory errors"
240 help
241 Enables code to recover from some memory failures on systems
242 with MCA recovery. This allows a system to continue running
243 even when some of its memory has uncorrected errors. This requires
244 special hardware support and typically ECC memory.
245
236config NOMMU_INITIAL_TRIM_EXCESS 246config NOMMU_INITIAL_TRIM_EXCESS
237 int "Turn on mmap() excess space trimming before booting" 247 int "Turn on mmap() excess space trimming before booting"
238 depends on !MMU 248 depends on !MMU