Linux EDAC development
 help / color / mirror / Atom feed
* [PATCH v1 1/1] RAS/AMD/ATL: Drop malformed default N from Kconfig
@ 2026-05-13 16:22 Andy Shevchenko
  2026-05-13 16:27 ` Borislav Petkov
  0 siblings, 1 reply; 7+ messages in thread
From: Andy Shevchenko @ 2026-05-13 16:22 UTC (permalink / raw)
  To: Andy Shevchenko, linux-edac, linux-kernel
  Cc: Yazen Ghannam, Tony Luck, Borislav Petkov

First of all, it has to be 'default n' (small letter n), otherwise
it looks for CONFIG_N which is absent and in case of appearance
will enable something unrelated. Second and most important is that
'default n' *is* default 'default' already. Hence just drop malformed
line.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/ras/amd/atl/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/ras/amd/atl/Kconfig b/drivers/ras/amd/atl/Kconfig
index 6e03942cd7da..44c2fd7febc5 100644
--- a/drivers/ras/amd/atl/Kconfig
+++ b/drivers/ras/amd/atl/Kconfig
@@ -12,7 +12,6 @@ config AMD_ATL
 	depends on AMD_NB && X86_64 && RAS
 	depends on AMD_NODE
 	depends on MEMORY_FAILURE
-	default N
 	help
 	  This library includes support for implementation-specific
 	  address translation procedures needed for various error
-- 
2.50.1


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

end of thread, other threads:[~2026-05-13 20:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-13 16:22 [PATCH v1 1/1] RAS/AMD/ATL: Drop malformed default N from Kconfig Andy Shevchenko
2026-05-13 16:27 ` Borislav Petkov
2026-05-13 16:31   ` Andy Shevchenko
2026-05-13 17:02     ` Borislav Petkov
2026-05-13 17:19       ` Andy Shevchenko
2026-05-13 18:04         ` Borislav Petkov
2026-05-13 20:30           ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox