Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / acpi / numa / Kconfig
blobf33194d1e43f4c9ed0fe1db64116b441ca6be5ff
1 # SPDX-License-Identifier: GPL-2.0
2 config ACPI_NUMA
3         def_bool NUMA && !X86
5 config ACPI_HMAT
6         bool "ACPI Heterogeneous Memory Attribute Table Support"
7         depends on ACPI_NUMA
8         select HMEM_REPORTING
9         select MEMREGION
10         help
11          If set, this option has the kernel parse and report the
12          platform's ACPI HMAT (Heterogeneous Memory Attributes Table),
13          register memory initiators with their targets, and export
14          performance attributes through the node's sysfs device if
15          provided.