brintos

brintos / linux-shallow public Read only

0
0
Text · 652 B · 5516800 Raw
26 lines · plain
1# SPDX-License-Identifier: GPL-2.0-or-later2#3# AMD Address Translation Library Kconfig4#5# Copyright (c) 2023, Advanced Micro Devices, Inc.6# All Rights Reserved.7#8# Author: Yazen Ghannam <Yazen.Ghannam@amd.com>9 10config AMD_ATL11	tristate "AMD Address Translation Library"12	depends on AMD_NB && X86_64 && RAS13	depends on MEMORY_FAILURE14	default N15	help16	  This library includes support for implementation-specific17	  address translation procedures needed for various error18	  handling cases.19 20	  Enable this option if using DRAM ECC on Zen-based systems21	  and OS-based error handling.22 23config AMD_ATL_PRM24	depends on AMD_ATL && ACPI_PRMT25	def_bool y26