diff options
author | Borislav Petkov <bp@suse.de> | 2017-04-26 12:22:08 +0200 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2017-04-27 14:15:38 +0200 |
commit | f8d5549df25e3961d6bd2ae36d3e0b08614660d9 (patch) | |
tree | 835c85a88bce3978e42578f3bfb64c11ff9d5bc7 /drivers/edac/Kconfig | |
parent | bffc7dece92edd0b6445b76a378e2fa9e324c7ed (diff) | |
download | talos-op-linux-f8d5549df25e3961d6bd2ae36d3e0b08614660d9.tar.gz talos-op-linux-f8d5549df25e3961d6bd2ae36d3e0b08614660d9.zip |
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>
Diffstat (limited to 'drivers/edac/Kconfig')
-rw-r--r-- | drivers/edac/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index 27337ef9874b..96afb2aeed18 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig @@ -55,7 +55,6 @@ config EDAC_DECODE_MCE config EDAC_GHES bool "Output ACPI APEI/GHES BIOS detected errors via EDAC" depends on ACPI_APEI_GHES && (EDAC=y) - default y help Not all machines support hardware-driven error report. Some of those provide a BIOS-driven error report mechanism via ACPI, using the |