]> Git Repo - linux.git/blob - drivers/ras/amd/atl/Kconfig
x86/kaslr: Expose and use the end of the physical memory address space
[linux.git] / drivers / ras / amd / atl / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-or-later
2 #
3 # AMD Address Translation Library Kconfig
4 #
5 # Copyright (c) 2023, Advanced Micro Devices, Inc.
6 # All Rights Reserved.
7 #
8 # Author: Yazen Ghannam <[email protected]>
9
10 config AMD_ATL
11         tristate "AMD Address Translation Library"
12         depends on AMD_NB && X86_64 && RAS
13         depends on MEMORY_FAILURE
14         default N
15         help
16           This library includes support for implementation-specific
17           address translation procedures needed for various error
18           handling cases.
19
20           Enable this option if using DRAM ECC on Zen-based systems
21           and OS-based error handling.
This page took 0.035211 seconds and 4 git commands to generate.