All of lore.kernel.org
 help / color / mirror / Atom feed
* EDAC, i10nm: Fix randconfig builds
@ 2019-02-05 18:02 Luck, Tony
  0 siblings, 0 replies; 2+ messages in thread
From: Luck, Tony @ 2019-02-05 18:02 UTC (permalink / raw)
  To: Borislav Petkov
  Cc: Tony Luck, Qiuxu Zhuo, Aristeu Rozanski, Mauro Carvalho Chehab,
	linux-edac

I10NM_EDAC depends on CONFIG_ACPI

Signed-off-by: Tony Luck <tony.luck@intel.com>
---
[We missed matching this change we made to the SKX_EDAC dependency :-( ]

 drivers/edac/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
index 0825c9c26d2b..102a47a09f25 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -243,10 +243,10 @@ config EDAC_SKX
 
 config EDAC_I10NM
 	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
 	select DMI
-	select ACPI_ADXL if ACPI
+	select ACPI_ADXL
 	help
 	  Support for error detection and correction the Intel
 	  10nm server Integrated Memory Controllers. If your

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* EDAC, i10nm: Fix randconfig builds
@ 2019-02-06  9:50 Borislav Petkov
  0 siblings, 0 replies; 2+ messages in thread
From: Borislav Petkov @ 2019-02-06  9:50 UTC (permalink / raw)
  To: Tony Luck; +Cc: Qiuxu Zhuo, Aristeu Rozanski, Mauro Carvalho Chehab, linux-edac

On Tue, Feb 05, 2019 at 10:02:00AM -0800, Tony Luck wrote:
> I10NM_EDAC depends on CONFIG_ACPI
> 
> Signed-off-by: Tony Luck <tony.luck@intel.com>
> 
> ---
> [We missed matching this change we made to the SKX_EDAC dependency :-( ]
> 
>  drivers/edac/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
> index 0825c9c26d2b..102a47a09f25 100644
> --- a/drivers/edac/Kconfig
> +++ b/drivers/edac/Kconfig
> @@ -243,10 +243,10 @@ config EDAC_SKX
>  
>  config EDAC_I10NM
>  	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
>  	select DMI
> -	select ACPI_ADXL if ACPI
> +	select ACPI_ADXL
>  	help
>  	  Support for error detection and correction the Intel
>  	  10nm server Integrated Memory Controllers. If your
> -- 

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-06  9:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-05 18:02 EDAC, i10nm: Fix randconfig builds Luck, Tony
2019-02-06  9:50 Borislav Petkov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.