Skip to content

Commit

Permalink
ACPI/extlog: Add EDAC dependency
Browse files Browse the repository at this point in the history
We are calling EDAC functions - make the proper dependencies explicit.

Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: linux-acpi@vger.kernel.org
  • Loading branch information
Borislav Petkov committed Apr 10, 2017
1 parent 8c22b4f commit 9613916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ config ACPI_WATCHDOG

config ACPI_EXTLOG
tristate "Extended Error Log support"
depends on X86_MCE && X86_LOCAL_APIC
depends on X86_MCE && X86_LOCAL_APIC && EDAC
select UEFI_CPER
select RAS
default n
Expand Down

0 comments on commit 9613916

Please sign in to comment.