summaryrefslogtreecommitdiff
path: root/drivers/ras/amd/atl/Kconfig
blob: df49c23e7f6234b07a94390e326315c8ae24bc6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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 MEMORY_FAILURE
	default N
	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.