Kconfig 565 B

123456789101112131415161718
  1. # SPDX-License-Identifier: GPL-2.0
  2. config ACPI_NUMA
  3. bool "NUMA support"
  4. depends on NUMA
  5. depends on (X86 || IA64 || ARM64 || LOONGARCH)
  6. default y if IA64 || ARM64
  7. config ACPI_HMAT
  8. bool "ACPI Heterogeneous Memory Attribute Table Support"
  9. depends on ACPI_NUMA
  10. select HMEM_REPORTING
  11. select MEMREGION
  12. help
  13. If set, this option has the kernel parse and report the
  14. platform's ACPI HMAT (Heterogeneous Memory Attributes Table),
  15. register memory initiators with their targets, and export
  16. performance attributes through the node's sysfs device if
  17. provided.