[PATCH 06/24] alpha: select EDAC_SUPPORT
From: Matt Turner
Date: Tue Sep 01 2026 - 12:12:07 EST
The EDAC core builds and works on Alpha; it only needs the architecture
to declare support. There is no Alpha memory controller driver yet, but
the core is what a future driver, or the existing machine check error
decoding in err_ev6.c and err_ev7.c, would report through.
Assisted-by: Claude:claude-opus-5
Signed-off-by: Matt Turner <mattst88@xxxxxxxxx>
---
arch/alpha/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git ./arch/alpha/Kconfig ./arch/alpha/Kconfig
index a435b71203f0..d2f9ef592f78 100644
--- ./arch/alpha/Kconfig
+++ ./arch/alpha/Kconfig
@@ -30,6 +30,7 @@ config ALPHA
select ARCH_WANT_IPC_PARSE_VERSION
select ARCH_HAVE_NMI_SAFE_CMPXCHG
select AUDIT_ARCH
+ select EDAC_SUPPORT
select GENERIC_CPU_VULNERABILITIES
select GENERIC_SMP_IDLE_THREAD
select HAS_IOPORT
--
2.54.0