diff options
| author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2026-05-13 22:48:55 +0200 |
|---|---|---|
| committer | Borislav Petkov (AMD) <bp@alien8.de> | 2026-05-14 13:24:51 +0200 |
| commit | 2c6a0994e9f15da5aba8cb108df35a257a792030 (patch) | |
| tree | 8019e034ef6bb9112ec2ab1679b62c3ada573a99 /drivers/ras/amd | |
| parent | 5d6919055dec134de3c40167a490f33c74c12581 (diff) | |
| download | linux-next-2c6a0994e9f15da5aba8cb108df35a257a792030.tar.gz linux-next-2c6a0994e9f15da5aba8cb108df35a257a792030.zip | |
RAS/AMD/ATL: Drop malformed default N from Kconfig
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. More
importantly, 'n' *is* the default already. Hence just drop the malformed line.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://patch.msgid.link/20260513205021.368190-1-andriy.shevchenko@linux.intel.com
Diffstat (limited to 'drivers/ras/amd')
| -rw-r--r-- | drivers/ras/amd/atl/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
