blob: 39b1f34c21dfd7a86ddc360857897a94dc0d2046 [file] [log] [blame]
Keith Busch3accf7a2019-03-11 14:55:59 -06001# SPDX-License-Identifier: GPL-2.0
Dan Williamsc710fcc2019-11-06 17:42:55 -08002config ACPI_NUMA
3 bool "NUMA support"
4 depends on NUMA
Huacai Chenb1121e22021-07-05 20:42:04 +08005 depends on (X86 || IA64 || ARM64 || LOONGARCH)
Dan Williamsc710fcc2019-11-06 17:42:55 -08006 default y if IA64 || ARM64
7
Keith Busch3accf7a2019-03-11 14:55:59 -06008config ACPI_HMAT
9 bool "ACPI Heterogeneous Memory Attribute Table Support"
10 depends on ACPI_NUMA
Keith Busch8d59f5a2019-03-11 14:56:04 -060011 select HMEM_REPORTING
Dan Williamscf8741a2019-11-06 17:43:55 -080012 select MEMREGION
Keith Busch3accf7a2019-03-11 14:55:59 -060013 help
14 If set, this option has the kernel parse and report the
Keith Busch665ac7e2019-03-11 14:56:03 -060015 platform's ACPI HMAT (Heterogeneous Memory Attributes Table),
Keith Busch8d59f5a2019-03-11 14:56:04 -060016 register memory initiators with their targets, and export
17 performance attributes through the node's sysfs device if
18 provided.