2023-09-21 00:24:08

by Serge Semin

[permalink] [raw]
Subject: [PATCH v4 12/13] EDAC/synopsys: Drop vendor-specific arch dependency

DW uMCTL2 DDRC EDAC driver is no longer specific to particular DDRC
versions. It's generic in the most of the aspects now. So permit setting
its kernel config independently from the ZynqMP/IntelFPAG/MXC platforms.

Signed-off-by: Serge Semin <[email protected]>
---
drivers/edac/Kconfig | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
index eaac35c27e5c..ebf7deee7fa6 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -487,7 +487,6 @@ config EDAC_ARMADA_XP

config EDAC_SYNOPSYS
tristate "Synopsys DDR Memory Controller"
- depends on ARCH_ZYNQMP || ARCH_INTEL_SOCFPGA || ARCH_MXC
help
Support for error detection and correction on the Synopsys DDR
memory controller.
--
2.41.0