projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7824de
)
EDAC/synopsys: Enable the driver on Intel's N5X platform
author
Dinh Nguyen
<dinguyen@kernel.org>
Tue, 12 Oct 2021 19:07:08 +0000
(14:07 -0500)
committer
Borislav Petkov
<bp@suse.de>
Sat, 20 Nov 2021 18:41:48 +0000
(19:41 +0100)
Intel's N5X platform is also using the Synopsys EDAC controller.
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: Michal Simek <michal.simek@xilinx.com>
Link:
https://lkml.kernel.org/r/20211012190709.1504152-3-dinguyen@kernel.org
drivers/edac/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/edac/Kconfig
b/drivers/edac/Kconfig
index 2fc4c3f91fd546233d94971f978eda60fd69f373..58ab63642e72c22c39b904f85620eb2da2a54edf 100644
(file)
--- a/
drivers/edac/Kconfig
+++ b/
drivers/edac/Kconfig
@@
-484,7
+484,7
@@
config EDAC_ARMADA_XP
config EDAC_SYNOPSYS
tristate "Synopsys DDR Memory Controller"
- depends on ARCH_ZYNQ || ARCH_ZYNQMP
+ depends on ARCH_ZYNQ || ARCH_ZYNQMP
|| ARCH_INTEL_SOCFPGA
help
Support for error detection and correction on the Synopsys DDR
memory controller.