mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-08-09 06:14:34 +02:00
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
26 lines
662 B
Plaintext
26 lines
662 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
#
|
|
# AMD Address Translation Library Kconfig
|
|
#
|
|
# Copyright (c) 2023, Advanced Micro Devices, Inc.
|
|
# All Rights Reserved.
|
|
#
|
|
# Author: Yazen Ghannam <Yazen.Ghannam@amd.com>
|
|
|
|
config AMD_ATL
|
|
tristate "AMD Address Translation Library"
|
|
depends on AMD_NB && X86_64 && RAS
|
|
depends on AMD_NODE
|
|
depends on MEMORY_FAILURE
|
|
help
|
|
This library includes support for implementation-specific
|
|
address translation procedures needed for various error
|
|
handling cases.
|
|
|
|
Enable this option if using DRAM ECC on Zen-based systems
|
|
and OS-based error handling.
|
|
|
|
config AMD_ATL_PRM
|
|
depends on AMD_ATL && ACPI_PRMT
|
|
def_bool y
|