ACPI: NUMA: Establish a new drivers/acpi/numa/ directory
[linux-2.6-microblaze.git] / drivers / acpi / numa / Kconfig
diff --git a/drivers/acpi/numa/Kconfig b/drivers/acpi/numa/Kconfig
new file mode 100644 (file)
index 0000000..acbd5aa
--- /dev/null
@@ -0,0 +1,17 @@
+# SPDX-License-Identifier: GPL-2.0
+config ACPI_NUMA
+       bool "NUMA support"
+       depends on NUMA
+       depends on (X86 || IA64 || ARM64)
+       default y if IA64 || ARM64
+
+config ACPI_HMAT
+       bool "ACPI Heterogeneous Memory Attribute Table Support"
+       depends on ACPI_NUMA
+       select HMEM_REPORTING
+       help
+        If set, this option has the kernel parse and report the
+        platform's ACPI HMAT (Heterogeneous Memory Attributes Table),
+        register memory initiators with their targets, and export
+        performance attributes through the node's sysfs device if
+        provided.