Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0
2config ACPI_HMAT
3 bool "ACPI Heterogeneous Memory Attribute Table Support"
4 depends on ACPI_NUMA
5 select HMEM_REPORTING
6 help
7 If set, this option has the kernel parse and report the
8 platform's ACPI HMAT (Heterogeneous Memory Attributes Table),
9 register memory initiators with their targets, and export
10 performance attributes through the node's sysfs device if
11 provided.