16 lines · plain
1# SPDX-License-Identifier: GPL-2.02config ACPI_NUMA3 def_bool NUMA && !X864 5config ACPI_HMAT6 bool "ACPI Heterogeneous Memory Attribute Table Support"7 depends on ACPI_NUMA8 select HMEM_REPORTING9 select MEMREGION10 help11 If set, this option has the kernel parse and report the12 platform's ACPI HMAT (Heterogeneous Memory Attributes Table),13 register memory initiators with their targets, and export14 performance attributes through the node's sysfs device if15 provided.16