Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e57dbaf7 authored by Borislav Petkov's avatar Borislav Petkov
Browse files

x86, mce: Enable MCA support by default



MCA is the basic support for hardware error logging and reporting, and
it is majorly unwise to run without it so enable machine check software
support by default on x86.

Signed-off-by: default avatarBorislav Petkov <borislav.petkov@amd.com>
Acked-by: default avatarTony Luck <tony.luck@intel.com>
parent 5698bd75
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -871,6 +871,7 @@ config X86_REROUTE_FOR_BROKEN_BOOT_IRQS

config X86_MCE
	bool "Machine Check / overheating reporting"
	default y
	---help---
	  Machine Check support allows the processor to notify the
	  kernel if it detects a problem (e.g. overheating, data corruption).