Kconfig (a23e1966932464e1c5226cb9ac4ce1d5fc10ba22) Kconfig (26e43c9a894176e7b7f7eaff61aaf2748d4aa520)
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 <Yazen.Ghannam@amd.com>

--- 5 unchanged lines hidden (view full) ---

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.
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 <Yazen.Ghannam@amd.com>

--- 5 unchanged lines hidden (view full) ---

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.
22
23config AMD_ATL_PRM
24 depends on AMD_ATL && ACPI_PRMT
25 def_bool y