* [PATCH v2 1/1] RAS/AMD/ATL: Drop malformed default N from Kconfig
@ 2026-05-13 20:48 Andy Shevchenko
0 siblings, 0 replies; only message in thread
From: Andy Shevchenko @ 2026-05-13 20:48 UTC (permalink / raw)
To: Andy Shevchenko, linux-edac, linux-kernel
Cc: Yazen Ghannam, Tony Luck, Borislav Petkov
The capital letters are for symbols and N in 'default N' will be evaluated
as another, nonexistent, Kconfig symbol, and not as the 'no' it should be.
The most important is that the 'n' *is* default 'default' already. Hence
just drop the malformed line.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
v2: rephrased the commit message to mention 'N' vs. 'n' (Boris)
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] only message in thread
only message in thread, other threads:[~2026-05-13 20:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-13 20:48 [PATCH v2 1/1] RAS/AMD/ATL: Drop malformed default N from Kconfig Andy Shevchenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox