drm/panel: panel-himax-hx83102: support for csot-pna957qt1-1 MIPI-DSI panel
[drm/drm-misc.git] / drivers / ras / amd / atl / Kconfig
blob6e03942cd7daea943e32ffccea0ce346a5b9eee9
1 # SPDX-License-Identifier: GPL-2.0-or-later
3 # AMD Address Translation Library Kconfig
5 # Copyright (c) 2023, Advanced Micro Devices, Inc.
6 # All Rights Reserved.
8 # Author: Yazen Ghannam <Yazen.Ghannam@amd.com>
10 config AMD_ATL
11         tristate "AMD Address Translation Library"
12         depends on AMD_NB && X86_64 && RAS
13         depends on AMD_NODE
14         depends on MEMORY_FAILURE
15         default N
16         help
17           This library includes support for implementation-specific
18           address translation procedures needed for various error
19           handling cases.
21           Enable this option if using DRAM ECC on Zen-based systems
22           and OS-based error handling.
24 config AMD_ATL_PRM
25         depends on AMD_ATL && ACPI_PRMT
26         def_bool y