mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 01:32:21 +02:00
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
This commit is contained in:
parent
5d6919055d
commit
2c6a0994e9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user