linux: explicitly enable RAS
This is needed for EDAC support.
This commit is contained in:
parent
4c4de46665
commit
5183864d18
@ -775,6 +775,8 @@ let
|
|||||||
X86_CHECK_BIOS_CORRUPTION = yes;
|
X86_CHECK_BIOS_CORRUPTION = yes;
|
||||||
X86_MCE = yes;
|
X86_MCE = yes;
|
||||||
|
|
||||||
|
RAS = yes; # Needed for EDAC support
|
||||||
|
|
||||||
# Our initrd init uses shebang scripts, so can't be modular.
|
# Our initrd init uses shebang scripts, so can't be modular.
|
||||||
BINFMT_SCRIPT = yes;
|
BINFMT_SCRIPT = yes;
|
||||||
# For systemd-binfmt
|
# For systemd-binfmt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user