Commit d6a9f733 authored by Tony Luck's avatar Tony Luck Committed by Borislav Petkov

EDAC, i10nm: Fix randconfig builds

I10NM_EDAC depends on CONFIG_ACPI so make that dependency explicit.
Reported-by: default avatarBorislav Petkov <bp@suse.de>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
Cc: Aristeu Rozanski <aris@redhat.com>
Cc: James Morse <james.morse@arm.com>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
Cc: linux-edac <linux-edac@vger.kernel.org>
Link: https://lkml.kernel.org/r/20190205180200.26865-1-tony.luck@intel.com
parent d4dc89d0
...@@ -243,10 +243,10 @@ config EDAC_SKX ...@@ -243,10 +243,10 @@ config EDAC_SKX
config EDAC_I10NM config EDAC_I10NM
tristate "Intel 10nm server Integrated MC" tristate "Intel 10nm server Integrated MC"
depends on PCI && X86_64 && X86_MCE_INTEL && PCI_MMCONFIG depends on PCI && X86_64 && X86_MCE_INTEL && PCI_MMCONFIG && ACPI
depends on ACPI_NFIT || !ACPI_NFIT # if ACPI_NFIT=m, EDAC_I10NM can't be y depends on ACPI_NFIT || !ACPI_NFIT # if ACPI_NFIT=m, EDAC_I10NM can't be y
select DMI select DMI
select ACPI_ADXL if ACPI select ACPI_ADXL
help help
Support for error detection and correction the Intel Support for error detection and correction the Intel
10nm server Integrated Memory Controllers. If your 10nm server Integrated Memory Controllers. If your
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment