mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 15:40:56 +07:00
EDAC, ghes: Do not enable it by default
Leave it to the user to decide whether to enable this or not. Otherwise, platform-specific drivers won't initialize (currently, EDAC supports only a single platform driver loaded). Signed-off-by: Borislav Petkov <bp@suse.de>
This commit is contained in:
parent
bffc7dece9
commit
f8d5549df2
@ -55,7 +55,6 @@ config EDAC_DECODE_MCE
|
|||||||
config EDAC_GHES
|
config EDAC_GHES
|
||||||
bool "Output ACPI APEI/GHES BIOS detected errors via EDAC"
|
bool "Output ACPI APEI/GHES BIOS detected errors via EDAC"
|
||||||
depends on ACPI_APEI_GHES && (EDAC=y)
|
depends on ACPI_APEI_GHES && (EDAC=y)
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
Not all machines support hardware-driven error report. Some of those
|
Not all machines support hardware-driven error report. Some of those
|
||||||
provide a BIOS-driven error report mechanism via ACPI, using the
|
provide a BIOS-driven error report mechanism via ACPI, using the
|
||||||
|
Loading…
Reference in New Issue
Block a user